v1

latestOpenAPI 3.1.02026-07-2670105729.6 KB
Contacts

Batch-delete contacts

Deletes up to 1000 contacts by email. Returns the deleted count plus notFound[] for emails that had no contact.

post/v1/contacts/batch-delete

Headers

Idempotency-Keystring

Optional idempotency key for safe retries. Reusing the same key with the same request body returns the original response for 24 hours.

Request body

emailsstring[] required

Response

Batch delete applied.

deletedinteger required
notFoundstring[]