ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Remove Project Role

Deprecated: use project v2 service RemoveProjectRole instead.

Removes the role from the project and on every resource it has a dependency. This includes project grants and user grants (role assignments).

DELETE
/projects/{project_id}/roles/{role_key}

Path Parameters

project_id*string
role_key*string

Response Body

application/json

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

Was this page helpful?