ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Remove Project Member

Deprecated: use DeleteAdministrator instead.

Members are users with permission to administrate Zitadel on different levels. This request removes a user from the members list on an project level. The user can still have roles on another level (iam, organization).

DELETE
/projects/{project_id}/members/{user_id}

Path Parameters

project_id*string
user_id*string

Response Body

application/json

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

Was this page helpful?