:doc:`Redshift <../../redshift>` / Client / delete_authentication_profile

*****************************
delete_authentication_profile
*****************************



.. py:method:: Redshift.Client.delete_authentication_profile(**kwargs)

  

  Deletes an authentication profile.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteAuthenticationProfile>`_  


  **Request Syntax**
  ::

    response = client.delete_authentication_profile(
        AuthenticationProfileName='string'
    )
    
  :type AuthenticationProfileName: string
  :param AuthenticationProfileName: **[REQUIRED]** 

    The name of the authentication profile to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'AuthenticationProfileName': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AuthenticationProfileName** *(string) --* 

        The name of the authentication profile that was deleted.

        
  
  **Exceptions**
  
  *   :py:class:`Redshift.Client.exceptions.AuthenticationProfileNotFoundFault`

  
  *   :py:class:`Redshift.Client.exceptions.InvalidAuthenticationProfileRequestFault`

  