Delete a role

Prev Next
Delete
/v1alpha/roles/{role_id}

Premanently deletes the specified role.

Security
HTTP
Type bearer
Path parameters
role_id
string (uuid) Required

The ID of the role to delete. To get a list of role IDs make a List roles request.

Responses
200

A successful response.

object
emails
Array of string

The email addresses of users assigned to the role.

string
message
string
204

Role deleted successfully.

object
401

Invalid bearer token. If you receive this message more than once try creating a new Client ID/Client Secret or generating a new bearer token.

object
403

You don't have permission to access this resource.

object
404

Role not found.

object