DELETE /contact-books/:id/contacts/bulk
Delete multiple contacts from a contact book at once.Authentication
JWT Bearer token (dashboard auth)Request Body
| Field | Type | Required | Description |
|---|---|---|---|
contactIds | string[] | Yes | Array of contact IDs to delete |
Response
Example
Errors
| Status | Error | Cause |
|---|---|---|
400 | Invalid request data | Missing or empty contactIds array |
404 | Contact book not found | Invalid book ID or not owned by user |