Cancel a pending job and receive a refund.
submit_job scope.
pending status can be cancelled. Jobs that are already processing, completed, failed, or cancelled cannot be cancelled.
When a job is successfully cancelled, the charged credits are automatically refunded to your account.
"cancelled" on success.| Code | Description |
|---|---|
JOB_NOT_FOUND | The specified job ID does not exist. |
UNAUTHORIZED_ACCESS | Your API key does not have access to this job. |
JOB_CANNOT_BE_CANCELLED | The job is not in a cancellable state (not pending). |