Email Accounts
Bulk Delete Email Accounts
POST
/v1/email-accounts/bulk-deletePOST
/v1/email-accounts/bulk-delete
Bulk Delete Email Accounts
Permanently remove up to 20 email accounts in a single request. Returns per-account confirmation of deletion.
Authorization
X-Api-Key<token>
In: header
Request Body
application/jsonRequiredemailAccountIdsarray<number>
Up to 20 email account IDs
Responses
200
200 response
{
"results": [
{
"emailAccountId": 123,
"deleted": true,
"errorCode": "not_found"
}
]
}