Bulk destroy contacts

View as MarkdownOpen in Claude
Deletes (soft) an explicit selection of Contacts. Answers **204** with no body. **Body** (JSON): - `ids` (integer array, required, 1 to 50) - exact contact ids. Every id is resolved through the organization-scoped query and authorized one by one before anything is deleted: an id that is unreachable, a Client, or not deletable by the actor (a collaborator's selection includes a Contact they did not create) fails the **whole call** as 404 and nothing is deleted. Requires a full-access token.

Authentication

AuthorizationBearer

Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.

Request

This endpoint expects an object.
idslist of doublesOptional

Response

204 - Contacts deleted

Errors

404
Not Found Error