Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancel a pending or processing asynchronous bulk contact job.
POST /api/v1/contacts/bulk-jobs/{jobId}/cancel
jobId
200
{ "data": { "id": "job_abc123", "operation": "add_to_group", "status": "cancelled", "requestedCount": 4900, "processedCount": 2550, "progress": 52, "groupId": "uuid-group", "summary": { "added": 2431, "alreadyInGroup": 91, "notFound": 28 }, "completedAt": "2026-05-08T10:00:09.000Z" } }