Remove Social Login
Deprecated: use user service v2 RemoveIDPLink instead.
Remove a configured social logins/identity providers of the user (e.g. Google, Microsoft, AzureAD, etc.). The user will not be able to log in with the given provider afterward. Make sure the user does have other possibilities to authenticate.
curl -X DELETE "https://loading/users/string/idps/string/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 Project Role
Remove Project Role: Deprecated: use [project v2 service RemoveProjectRole](/reference/api/project/zitadel.project.v2.ProjectService.RemoveProjectRole) instead. Removes the role from the project and on every resource i...
Remove User Grant
Remove User Grant: Deprecated: [Delete an authorization](/reference/api/authorization/zitadel.authorization.v2.AuthorizationService.DeleteAuthorization) to remove a users access to an owned or granted project. Remove...