ZITADEL Docs
APIsCore ResourcesV2User

Remove link of an identity provider to an user

Remove link of an identity provider to an user.

DELETE
/v2/users/{user_id}/links/{idp_id}/{linked_user_id}

Path Parameters

user_id*string
idp_id*string
linked_user_id*string

Response Body

application/json

curl -X DELETE "https://loading/v2/users/string/links/string/string"
{
  "details": {
    "sequence": 0,
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string",
    "creationDate": "2023-01-15T01:30:15.01Z"
  }
}

Was this page helpful?