Values.UnregisterConnectorRequestSourceUnregisters the custom connector registered in your account that matches the connector label provided in the request.
type nonrec t = {connectorLabel : ConnectorLabel.t;The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account.
*)forceDelete : Boolean.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of ConnectorLabel.t ]) list ]