Smaws_Client_WorkMail.DeleteIdentityProviderConfiguration
Disables the integration between IdC and WorkMail. Authentication will continue with the directory as it was before the IdC integration. You might have to reset your directory passwords and reconfigure your desktop and mobile email clients.
val request :
Smaws_Lib.Context.t ->
Types.delete_identity_provider_configuration_request ->
(Types.delete_identity_provider_configuration_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterException of Types.invalid_parameter_exception
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception ])
Stdlib.result