cURL
curl --request DELETE \ --url https://api.scholarlysoftware.com/api/v1/ranks/{id} \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "status": "<string>", "title": "<string>", "detail": "<string>" } ] }
Deletes a rank. Only available at institution admin permission levels. Only able to delete ranks with no primary appointments.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Rank UUID
rank deleted