Delete role
DELETE
/v2/rbac/roles/{id}Features
Send the token in the Authorization: Bearer API_TOKEN header. See Tokens for which token types this endpoint accepts.
Input1
Sent from your browser straight to the API — never to Docsbook, never stored.
(path) Unique identifier of the role to delete
Responses
204The role was successfully deleted
Example input
curl -X DELETE 'https://api.axiom.co/v2/rbac/roles/{id}' \
-H 'Authorization: Bearer API_TOKEN'Example output