Skip to main content

Delete an employee

DELETE 

/employees/:id

Soft-deletes the employee 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 employee

Response Headers
    ETag

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