Skip to main content
POST
Bulk delete email accounts

Authorizations

Authorization
string
header
required

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

application/json
ids
integer<int64>[]
required

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.

{key}
NotProcessedItemResult · object

Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.