DELETE
/api/public/v1/job-titles/{jobTitleId}

Delete a job title

Delete a job title.

Path Parameters

NameTypeRequiredDescription
jobTitleIdstring
Required
Job title ID.
DELETEExample request
curl
curl -X DELETE "https://www.pxb.app/api/public/v1/job-titles/{jobTitleId}" \
  -H "X-Organization-Id: your_org_id" \
  -H "X-API-Key: your_api_key"
200Example response
json
{
  "message": "Job title deleted successfully.",
  "content": {}
}