unregister_connector

Appflow.Client.unregister_connector(**kwargs)

Unregisters the custom connector registered in your account that matches the connector label provided in the request.

See also: AWS API Documentation

Request Syntax

response = client.unregister_connector(
    connectorLabel='string',
    forceDelete=True|False
)
Parameters
  • connectorLabel (string) --

    [REQUIRED]

    The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account.

  • forceDelete (boolean) -- Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles. The default value is false.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • Appflow.Client.exceptions.ResourceNotFoundException
  • Appflow.Client.exceptions.ConflictException
  • Appflow.Client.exceptions.InternalServerException