Bulk delete email accounts
channels:write scope (or a broader one that includes it).
Use this endpoint when you need to disconnect several email accounts in one call. Accounts are processed one by one and successful deletions are kept even when others fail; the response returns only the account ids that were not deleted, each with its error details.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Body
Array of email account IDs to delete
Response
Bulk operation completed. Response is a dictionary keyed by account ID. Only failed items appear in the dictionary; missing IDs were deleted successfully.
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.