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
)
[REQUIRED]
The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account.
dict
Response Syntax
{}
Response Structure
Exceptions
Appflow.Client.exceptions.ResourceNotFoundExceptionAppflow.Client.exceptions.ConflictExceptionAppflow.Client.exceptions.InternalServerException