Skip to main content

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​

Path Parameters

    projectId stringrequired

    ID of the project.

    grantedOrganizationId stringrequired

    Organization the project is granted to.

Responses​

Project grant deleted successfully

Schema

    deletionDate date-time

    The timestamp of the deletion of the project grant. Note that the deletion date is only guaranteed to be set if the deletion was successful during the request. In case the deletion occurred in a previous request, the deletion date might be empty.

Loading...