RemoveHumanLinkedIDP
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.
Path Parameters
user_id*string
idp_id*string
linked_user_id*string
Response Body
application/json
application/json
curl -X DELETE "https://loading/users/string/idps/string/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?