:doc:`Appflow <../../appflow>` / Client / delete_connector_profile

************************
delete_connector_profile
************************



.. py:method:: Appflow.Client.delete_connector_profile(**kwargs)

  

  Enables you to delete an existing connector profile.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DeleteConnectorProfile>`_  


  **Request Syntax**
  ::

    response = client.delete_connector_profile(
        connectorProfileName='string',
        forceDelete=True|False
    )
    
  :type connectorProfileName: string
  :param connectorProfileName: **[REQUIRED]** 

    The name of the connector profile. The name is unique for each ``ConnectorProfile`` in your account.

    

  
  :type forceDelete: boolean
  :param forceDelete: 

    Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Appflow.Client.exceptions.ResourceNotFoundException`

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

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

  