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.eyJzdWIiOiIxNDM3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQxLCJleHAiOjE3NDUwNTY5NDEsImp0aSI6IjcyOGJjOTQ1LTcwOTItNGE3MC1iMzAzLWQ4YWNmOGRiNTk3NSJ9.V3w8FL_eV430o4hgvGo75n1D5UAuDvoGyDQwjhDpi_E
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/"1e88f2b3fcbf4fa09ddcf4cc8a77100b"
cache-control: max-age=0, private, must-revalidate
x-request-id: f0b5d117-917b-4a75-9bc3-86205fe0d787
x-runtime: 0.012165
content-length: 196
Body
{
"job": {
"id": 527,
"industries": [
"coach",
"international"
],
"job_type": "fixed_term_contract",
"number": 52496498,
"postcode": "BS1 1AA",
"published_at": "2025-03-20T09:02:21.343Z",
"title": "Lead Developer"
}
}