Remove User Grant
Deprecated: Delete an authorization to remove a users access to an owned or granted project.
Removes the user grant from the user. The user will not be able to use the granted project anymore. Also, the roles will not be included in the tokens when requested.
Note: User grant refers to role assignments.
curl -X DELETE "https://loading/users/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?
Remove Social Login
Remove Social Login: Deprecated: use [user service v2 RemoveIDPLink](/reference/api/user/zitadel.user.v2.UserService.RemoveIDPLink) instead. Remove a configured social logins/identity providers of the user (e.g. Google...
Remove User Phone (Human)
Remove User Phone (Human): Deprecated: use user service v2 [user service v2 SetPhone](/reference/api/user/zitadel.user.v2.UserService.SetPhone) instead. Remove the configured phone number of a user.