Dashboard
- Go to Dashboard > User Management > Roles and click the name of the role to view.
- Click Remove this Role, and confirm.
Management API
Make aDELETE
call to the Delete Role endpoint. Be sure to replace ROLE_ID
and MGMT_API_ACCESS_TOKEN
placeholder values with your role ID and Management API , respectively.
Value | Description |
---|---|
ROLE_ID | Τhe ID of the role you want to delete. |
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the scope delete:roles . |