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
| Name | Type | Description |
|---|---|---|
| idrequired | uuid | Job 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.