DavenDaven Documentation
APIAPI ReferenceATSJob Offers

Delete job offer

DELETE
/ats/job-offers/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*number|null

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/ats/job-offers/0"
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "data": null
    }
  ]
}
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "data": null
    }
  ]
}
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "data": null
    }
  ]
}
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "data": null
    }
  ]
}