cURL
curl --request DELETE \ --url https://descriptapi.com/v1/jobs/{job_id} \ --header 'Authorization: Bearer <token>'
{ "error": "unauthorized", "message": "Missing or invalid authentication token" }
Cancel a running job.
Personal API token created in Descript Settings → API Tokens. See the Authentication section for details.
The job ID
Job cancelled successfully