v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Accounts

Bulk delete accounts

<small>Requires the contacts:write scope (or a broader one that includes it).</small>

Deletes multiple accounts by ID. Non-atomic — some may succeed while others fail. Items not in the response dictionary succeeded.

post/v3/contact-accounts/bulk-delete

Request body

idsinteger[] required

List of contact account IDs to delete

Response

Dictionary of failed items keyed by account ID. Empty object {} means all succeeded.

Per-item error codes:

errorMeaning
1NotFound — account does not exist
object required