Skip to main content
DELETE
/
jobs
/
{job_id}
Cancel job
curl --request DELETE \
  --url https://descriptapi.com/v1/jobs/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "unauthorized",
  "message": "Missing or invalid authentication token"
}

Authorizations

Authorization
string
header
required

Personal API token created in Descript Settings → API Tokens. See the Authentication section for details.

Path Parameters

job_id
string<uuid>
required

The job ID

Response

Job cancelled successfully