Delete a role grant
DELETE/role_permissions/role_grants/:roleGrantId
Available from API version 2.9.0+. Deletes a role grant. The API token must have the "Permissions > Write" scope.
Request
Responses
- 204
- 401
- 403
- 404
Role grant deleted successfully
Authentication failure
Forbidden: API token is missing scope
Role grant with id {roleGrantId} not found.