cURL
curl --request DELETE \ --url https://api.scholarlysoftware.com/api/v1/admin_assistant_role_permissions/{id} \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "status": "<string>", "title": "<string>", "detail": "<string>" } ] }
Revoke a permission from an admin assistant role
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
admin assistant role permission deleted