RemoveProjectGrantMember
Remove Project Grant 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 a project grant level. The user can still have roles on another level (iam, organization, project).
Path Parameters
project_id*string
grant_id*string
user_id*string
Response Body
application/json
application/json
curl -X DELETE "https://loading/projects/string/grants/string/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?