Sequences
Remove Email Account
POST
/v1/sequences/{sequenceId}/email-accounts/removePOST
/v1/sequences/
{sequenceId}/email-accounts/removeRemove sending email account from sequence
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Request Body
application/jsonRequiredemailAccountIdsarray<number>
Array of email account IDs to be removed.
Example:["1Gz3xlNwr9","ajzR8xpPAq","vXwAZr6P8q"]Path Parameters
sequenceIdstring
The ID of the sequence from which the email accounts will be removed
Responses
200
Email account has been removed successfully
{
"message": "Email account has been removed successfully",
"payload": {}
}