RemoveIDPLink
Remove link of an identity provider to an user
Remove link of an identity provider to an user.
Path Parameters
user_id*string
idp_id*string
linked_user_id*string
Response Body
application/json
application/json
curl -X DELETE "https://loading/v2/users/string/links/string/string"{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?