Appearance
Delete role.
DELETE
/backend/v1/auth/roles/{roleId}
Deletes a role. If the role has assigned users, they can be moved to a new role if one is provided.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
roleId*
Typestring
Requiredformat
uuid
Request Body
application/json
JSON
"string"
Responses
Successful Response
application/json
JSON
{
"message": "string"
}