Cancel Job
DELETE
/org/{tenant}/v2/contacts/csv/jobs/{job_id}
Platform support: MT and CC
Attempts to cancel a running job.
Important: Check the returned job object. If the job finished before it could be cancelled, the status will remain completed.
Request
Responses
- 200
- 400
- 401
- 500
Request processed. Although the API succeeds, it does not necessarily mean the job was actually cancelled. It might happen that the job was already completed. Always check the returned status field.
Bad request — the request was invalid (validation error, malformed body, or missing/invalid parameters).
Unauthorized — missing or invalid identity, or insufficient permissions.
Internal Server Error — an unexpected error occurred.