Gluecrawl Docs
Jobs

Delete a Job

Remove a job, all runs, and any schedule.

DELETE/v1/jobs/:id
Authentication
Bearer API key
Request
No body
Response
204 No Content
Billing
No direct charge
Execution
Immediate

Deletes the job, all its runs, and any associated schedule.

Path parameters

NameTypeDescription
idrequireduuidJob ID to delete.
curl -X DELETE 'https://api.gluecrawl.ai/v1/jobs/JOB_ID' \  -H "Authorization: Bearer glue_yourApiKeyHere"

Responses

Successful deletion returns no body.