Values.DeleteConfiguredTableInputSourceDeletes a configured table.
type nonrec t = {configuredTableIdentifier : ConfiguredTableIdentifier.t;The unique ID for the configured table to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ConfiguredTableIdentifier.t ]) list ]