curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/department/{id} \
--header 'Authorization: <api-key>'
Delete a department and optionally reassign all related records to another department
curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/department/{id} \
--header 'Authorization: <api-key>'
Token-based authentication with required prefix "Token"
ID of the department to reassign all related records to before deletion
No response body