Go
Remove permissions from a role
Remove one or more permissions from a specified user role.
DELETE
Go
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the role to remove permissions from.
Body
array of resource_server_identifier, permission_name pairs.
Minimum array length:
1Response
Role permissions successfully updated.