Delete a role

delete/roles/{roleId}
Internal-Use Only

Deletes a role. If this is the original role definition (where the role was created), and it was assigned at any context below the current context, those inherited role assignments are also deleted. Authorization: Requires the Manage Roles privilege and read access to the role context.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
roleId
string
true

The unique identifier for the role.

Examples:
"d6eefec9-dcc2-4574-8af8-69897038d9c5"

Responses

StatusMeaningDescription
204No ContentThe role was deleted.