Bulk Delete Deals
Bulk Operations
Bulk Delete Deals
Delete up to 500 deals in a single call
POST
Bulk Delete Deals
Request
Deletion is permanent. Associated activities, notes, and tasks remain on the timeline but lose their deal back-reference. Documents remain available via the document library.Headers
Strongly recommended. Same key returns the same result within 24 hours.
Body Parameters
Array of deal UUIDs to delete. Maximum 500.
When
true, the API validates input and returns counts but makes no changes.Response
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID. Each successful deletion emits a deal.deleted webhook event.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | More than 500 IDs or missing deal_ids |
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing write:deals permission |
| 429 | rate_limited | Rate limit exceeded |