Values.DeleteIdNamespaceAssociationInputSourceDeletes an ID namespace association.
type nonrec t = {idNamespaceAssociationIdentifier : IdNamespaceAssociationIdentifier.t;The unique identifier of the ID namespace association that you want to delete.
*)membershipIdentifier : MembershipIdentifier.t;The unique identifier of the membership that contains the ID namespace association that you want to delete.
*)}val make :
idNamespaceAssociationIdentifier:IdNamespaceAssociationIdentifier.t ->
membershipIdentifier:MembershipIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of IdNamespaceAssociationIdentifier.t ]) list ]