Roles
Delete a role
Delete a custom role by its ID (soft-delete). Predefined roles cannot be deleted.
<Note>This endpoint is in beta, read more here.</Note>
delete/v2/roles/{role_id}
Path parameters
role_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique role identifier (base64)
Response
Role successfully deleted.