ZITADEL Docs
APIsCore ResourcesV1Instance Objects

RemoveIAMMember

Remove IAM 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 instance level. The user can still have roles on another level (organization, project).

DELETE
/members/{user_id}

Path Parameters

user_id*string

Response Body

application/json

application/json

curl -X DELETE "https://loading/members/string"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?