pub async fn delete_identity_provider_with_id(
configuration: &Configuration,
identity_provider_id: &str,
) -> Result<(), Error<DeleteIdentityProviderWithIdError>>
Expand description
Deletes the identity provider for the given Id.
pub async fn delete_identity_provider_with_id(
configuration: &Configuration,
identity_provider_id: &str,
) -> Result<(), Error<DeleteIdentityProviderWithIdError>>
Deletes the identity provider for the given Id.