Values.DeleteConfiguredTableAssociationInputSourceDeletes a configured table association.
type nonrec t = {configuredTableAssociationIdentifier : ConfiguredTableAssociationIdentifier.t;The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.
*)membershipIdentifier : MembershipIdentifier.t;A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
*)}val make :
configuredTableAssociationIdentifier:ConfiguredTableAssociationIdentifier.t ->
membershipIdentifier:MembershipIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of ConfiguredTableAssociationIdentifier.t ]) list ]