cURL
curl --request DELETE \ --url https://api.scholarlysoftware.com/api/v1/departments/{id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Deletes a department following JSON:API specification
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Department UUID
department deleted