DELETE
/
coa
/
api
/
department
/
{id}
Delete Department
curl --request DELETE \
  --url https://api.meetcampfire.com/coa/api/department/{id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

Query Parameters

new_department
integer

ID of the department to reassign all related records to before deletion

Response

204

No response body