Appflow / Client / delete_connector_profile

delete_connector_profile#

Appflow.Client.delete_connector_profile(**kwargs)#

Enables you to delete an existing connector profile.

See also: AWS API Documentation

Request Syntax

response = client.delete_connector_profile(
    connectorProfileName='string',
    forceDelete=True|False
)
Parameters:
  • connectorProfileName (string) –

    [REQUIRED]

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

  • forceDelete (boolean) – Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Appflow.Client.exceptions.ResourceNotFoundException

  • Appflow.Client.exceptions.ConflictException

  • Appflow.Client.exceptions.InternalServerException