LynCutLynCut

Publishing API

Cancel job

Cancel a QUEUED or in-flight job. Jobs already at PROCESSING may still complete on the provider.

POST/v1/publishing/jobs/{id}/cancel

Path & query parameters

id
stringrequired
Job id to cancel.

Request

curl -X POST "https://api.lyncut.com/v1/publishing/jobs/job_8f2/cancel" \
  -H "x-lyncut-api-key: YOUR_API_KEY"

Response

{ "data": { "id": "job_8f2", "status": "CANCELLED" } }

Was this page helpful?