Delete Project Grant
DELETE/v2beta/projects/:projectId/grants/:grantedOrganizationId
Delete a project grant. All user grants for this project grant will also be removed. A user will not have access to the project afterward (if permissions are checked). In case the project grant is not found, the request will return a successful response as the desired state is already achieved.
Required permission:
project.grant.delete
Request​
Responses​
- 200
- 403
- 404
- default
Project grant deleted successfully
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.