:doc:`IAM <../../iam>` / Client / delete_saml_provider

********************
delete_saml_provider
********************



.. py:method:: IAM.Client.delete_saml_provider(**kwargs)

  

  Deletes a SAML provider resource in IAM.

   

  Deleting the provider resource from IAM does not update any roles that reference the SAML provider resource's ARN as a principal in their trust policies. Any attempt to assume a role that references a non-existent provider resource ARN fails.

   

  .. note::

    

    This operation requires `Signature Version 4 <https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html>`__.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSAMLProvider>`_  


  **Request Syntax**
  ::

    response = client.delete_saml_provider(
        SAMLProviderArn='string'
    )
    
  :type SAMLProviderArn: string
  :param SAMLProviderArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the SAML provider to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`IAM.Client.exceptions.InvalidInputException`

  
  *   :py:class:`IAM.Client.exceptions.LimitExceededException`

  
  *   :py:class:`IAM.Client.exceptions.NoSuchEntityException`

  
  *   :py:class:`IAM.Client.exceptions.ServiceFailureException`

  