Delete cost centers
Delete a cost center from your company.
DELETE costCenters/:costcenterid
Response
Upon successful deletion of a cost center a 200 status code will be returned. If something goes wrong, an error message with failure details will be given together with a suitable http error status code.
Possible error responses
Status code | Error code | Details |
---|---|---|
403 | forbidden | User does not have access to the Cost Center's Company. |
404 | resource_not_found | The provided cost center was not found. |