Cancel Job
gorgias_cancel_jobCancel a running job by its unique ID. Prevents further actions; already-applied changes remain intact.
Instructions
DELETE /api/jobs/{id} — Cancel a job by ID. Jobs can be canceled at any time, but changes already applied will not be reverted. Returns 204 No Content on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the job to cancel |