DELETE
/
api
/
v1
/
departments
/
{id}
Delete a department
curl --request DELETE \
  --url https://api.scholarlysoftware.com/api/v1/departments/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Bearer token

Path Parameters

id
string
required

Department UUID

Response

204

department deleted