v1
latestOpenAPI 3.1.02026-07-26359254.7 MBEmail Accounts
Bulk delete email accounts
<small>Requires the channels:write scope (or a broader one that includes it).</small>
Deletes multiple email accounts at once. This is a non-atomic operation: successfully deleted accounts are not rolled back if some fail. The response contains only the failed items with their error details.
post/v3/email-accounts/bulk-delete
Request body
Example request
{
"ids": [
123,
456,
789
]
}Response
Bulk operation completed. Response is a dictionary keyed by account ID. Only failed items appear in the dictionary; missing IDs were deleted successfully.
object required