Skip to main content

Delete a job role

DELETE 

/job-roles/:id

Soft-deletes the job role and returns the deleted record. Send the current version via the If-Match header (preferred; from the ETag of a prior read) or the _version query param. Missing → 400; stale → 409.

Request

Responses

A single job role

Response Headers
    ETag

    Current record version; send back as If-Match on update/delete.