Skip to main content

Delete a cost center

DELETE 

/cost-centers/:id

Soft-deletes the cost center 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 cost center

Response Headers
    ETag

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