Delete a classification center
DELETE/classification_centers/:id
Deletes a classification center. Requires scope finance.cost_centers.write. Returns 422 (reason: in_use, with a usage breakdown) when the classification center is referenced by a rateio allocation, billing or transaction — soft-deactivate via PATCH { active: false } instead. Calling DELETE twice returns 204 then 404.
Request
Responses
- 204
- 401
- 403
- 404
- 422
- 500
Classification center deleted. No response body.
Missing / invalid / expired / revoked token.
Token lacks the finance.cost_centers.write scope.
Classification center not found within the tenant.
The classification center is in use (reason: in_use).
Unhandled server error.