Skip to content

Delete a Job

Delete an under-construction job.

The delete endpoint lets you delete an under construction job from your workspace.

Endpoint

MethodUrl
DELETEv1.0/jobs/{job_id}

Url Parameters

job_id
guid

The job's id.

Sample Request

Copied
1curl -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

  1. Forbidden: API Client does not have permission to delete an under construction job.
  2. Unauthorized: API Client does not have valid credentials.
  3. BadRequest: Either the job is not under construction, or there was a malformed request.
  4. NotFound: A job with the requested job_id could not be found.
Last updated on January 23, 2023