:doc:`SSOAdmin <../../sso-admin>` / Client / delete_application_authentication_method

****************************************
delete_application_authentication_method
****************************************



.. py:method:: SSOAdmin.Client.delete_application_authentication_method(**kwargs)

  

  Deletes an authentication method from an application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DeleteApplicationAuthenticationMethod>`_  


  **Request Syntax**
  ::

    response = client.delete_application_authentication_method(
        ApplicationArn='string',
        AuthenticationMethodType='IAM'
    )
    
  :type ApplicationArn: string
  :param ApplicationArn: **[REQUIRED]** 

    Specifies the ARN of the application with the authentication method to delete.

    

  
  :type AuthenticationMethodType: string
  :param AuthenticationMethodType: **[REQUIRED]** 

    Specifies the authentication method type to delete from the application.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SSOAdmin.Client.exceptions.ThrottlingException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.InternalServerException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.ValidationException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.ConflictException`

  