ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Remove Project Grant

Deprecated: use DeleteProjectGrant instead.

Remove a project grant. All user grants (role assignments) for this project grant will also be removed. A user will not have access to the project afterward (if permissions are checked).

DELETE
/projects/{project_id}/grants/{grant_id}

Path Parameters

project_id*string
grant_id*string

Response Body

application/json

curl -X DELETE "https://loading/projects/string/grants/string"
{
  "details": {
    "sequence": 0,
    "creationDate": "2023-01-15T01:30:15.01Z",
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string"
  }
}

Was this page helpful?