AWS SDK for .NET Documentation
DeleteSAMLProvider Method (request)
AmazonAmazon.IdentityManagementAmazonIdentityManagementServiceClientDeleteSAMLProvider(DeleteSAMLProviderRequest) Did this page help you?   Yes   No    Tell us about it...
Deletes a SAML provider.

Deleting the provider does not update any roles that reference the SAML provider as a principal in their trust policies. Any attempt to assume a role that references a SAML provider that has been deleted will fail.

Note:
This operation requires Signature Version 4.
Declaration Syntax
C#
public DeleteSAMLProviderResponse DeleteSAMLProvider(
	DeleteSAMLProviderRequest request
)
Parameters
request (DeleteSAMLProviderRequest)
Container for the necessary parameters to execute the DeleteSAMLProvider service method.
Return Value
The response from the DeleteSAMLProvider service method, as returned by IdentityManagementService.
Exceptions
ExceptionCondition
InvalidInputException
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.
NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error message describes the entity.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)