Skip to main content
DELETE
/
api
/
v1
/
admin_assistant_roles
/
{id}
Delete admin assistant role
curl --request DELETE \
  --url https://api.scholarlysoftware.com/api/v1/admin_assistant_roles/{id} \
  --header 'Authorization: Bearer <token>'

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

Admin assistant role UUID

Response

204

admin assistant role deleted