Jobs

Delete job

DELETE job

Endpoint

DELETE /api/v1/jobs/:id

Request

Route

DELETE /api/v1/jobs/524

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDI1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTgzLCJleHAiOjE3NDAxNDM1ODMsImp0aSI6IjdjNTAxNDVjLThjYjEtNDdmNi1hMmVmLTBkYzA1YTU1M2I4MCJ9.KFasYCgj99nOQBkS13C1CNFUYWFsjAojI3UsDL9XLbc
Host: example.org
Cookie: 

Body

{
}

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"8a2d79e9664c4f4a4ea1f119b5014183"
cache-control: max-age=0, private, must-revalidate
x-request-id: 674a2f99-a291-4f00-871b-cec158e9618f
x-runtime: 0.010521
content-length: 194

Body

{
  "job": {
    "id": 524,
    "industries": [
      "private_hire",
      "van"
    ],
    "job_type": "temporary_contract",
    "number": 71240991,
    "postcode": "M1 1AE",
    "published_at": "2025-01-22T12:13:03.225Z",
    "title": "Legacy Strategist"
  }
}