Values.DeleteIdMappingTableInputSourceDeletes an ID mapping table.
type nonrec t = {idMappingTableIdentifier : UUID.t;The unique identifier of the ID mapping table that you want to delete.
*)membershipIdentifier : MembershipIdentifier.t;The unique identifier of the membership that contains the ID mapping table that you want to delete.
*)}val make :
idMappingTableIdentifier:UUID.t ->
membershipIdentifier:MembershipIdentifier.t ->
unit ->
t