Sign in

Delete a job

documented

Delete a job and its data.

DELETE /v2/jobs/{ID}Jobsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cloudconvert.com/v2/jobs/{{$ID}}" \\n  -X DELETE \\n  -H "Authorization: Bearer {{CLOUDCONVERT_API_KEY}}" \\n  -H "Accept: application/json"