Delete a Job
Delete an under-construction job.
The delete endpoint lets you delete an under construction job from your workspace.
Endpoint
Method | Url |
---|---|
DELETE | v1.0/jobs/{job_id} |
Url Parameters
job_id
•
guid
The job's id.
Sample Request
Copied1curl -X DELETE 'https://api.worklayer.com/v1.0/jobs/499d692d-67aa-4127-a45c-b9e27f54afad' \2-H 'Authorization: Bearer {token}'
Response
A 204 No Content
Errors
Forbidden
: API Client does not have permission to delete an under construction job.Unauthorized
: API Client does not have valid credentials.BadRequest
: Either the job is not under construction, or there was a malformed request.NotFound
: A job with the requestedjob_id
could not be found.
Last updated on January 23, 2023
Privacy PolicyTerms & Conditions© 2024 Taxfyle