cURL
curl --request DELETE \ --url https://api.scholarlysoftware.com/api/v1/departments/{id} \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "status": "<string>", "title": "<string>", "detail": "<string>" } ] }
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