Cancel bulk process
POST
/bulks/{bulk_id}/cancel Cancels the bulk process identified by the bulk_id parameter, leaving it in CANCELLED.
The process must be RUNNING or PAUSED, or the request fails with INVALID_STATE.
Canceling stops further operations from starting. It does not roll back operations that have already executed. Use List bulk operations to see which ones ran before the cancellation. To stop a run temporarily instead, use Pause bulk process.
Request
Available on
SandboxProduction
Path parameters
Responses
204No Content
Success - No Content.
Headers