Function delete_user_link_with_id

Source
pub async fn delete_user_link_with_id(
    configuration: &Configuration,
    identity_provider_id: Option<&str>,
    identity_provider_user_id: Option<&str>,
    user_id: Option<&str>,
) -> Result<IdentityProviderLinkResponse, Error<DeleteUserLinkWithIdError>>
Expand description

Remove an existing link that has been made from a 3rd party identity provider to a FusionAuth user.