Appearance
Remove permissions.
DELETE
/backend/v1/auth/roles/{roleId}/permissions
Revokes one or more existing permissions from the specified role.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
roleId*
Typestring
Requiredformat
uuid
Request Body
application/json
JSON
{
"permissions": "string"
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}