cURL
curl --request DELETE \ --url https://api.axiom.co/v2/rbac/roles/{id} \ --header 'Authorization: Bearer <token>'
Permanently removes a role from the organization.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier of the role to delete
The role was successfully deleted
Was this page helpful?