ZITADEL Docs
APIsCore ResourcesV1Organization Objects

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.

DELETE
/users/{user_id}/idps/{idp_id}/{linked_user_id}

Path Parameters

user_id*user_id
idp_id*idp_id
linked_user_id*linked_user_id

Response Body

application/json

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?