PeopleForce
Core

Early access

Company API v4 is the next-generation API and is under active development. Endpoints and fields may still change.

Delete a job title

Delete a job title

DELETE
/api/v4/job_titles/{id}

Delete a job title

Path Parameters

id*integer
Formatint32

Response Body

application/json

curl -X DELETE "https://example.com/api/v4/job_titles/0"
{  "id": 0,  "name": "string"}