Delete job
Jobs
DELETE job
Endpoint
DELETE /api/v1/jobs/:id
Request
Route
DELETE /api/v1/jobs/527
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNDM0Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDY2LCJleHAiOjE3NjM1NDI0NjYsImp0aSI6IjdmY2FkNjVjLTA5OGEtNDIyYy04NWFmLTA3YmI4OTA0YWMzOSJ9.d-bg3bdEkgLowKZfsoNsl_F8QHIS6EcUkXS3tXCEILE
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/"009b1f6c5efe0ae2850a925b2c5a73a0"
cache-control: max-age=0, private, must-revalidate
x-request-id: af16726f-6002-4ddf-adc3-052fdbfe3f76
x-runtime: 0.012554
content-length: 221
Body
{
"job": {
"id": 527,
"currency": "GBP",
"industries": [
"international",
"rail_replacement"
],
"job_type": "full_time",
"number": 13597908,
"postcode": "EC1A 1BB",
"published_at": "2025-10-20T07:54:26.542Z",
"title": "Principal Technician"
}
}