Values.DeleteMemberInputSourceRemoves the specified member from a collaboration. The removed member is placed in the Removed status and can't interact with the collaboration. The removed member's data is inaccessible to active members of the collaboration.
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;The unique identifier for the associated collaboration.
*)accountId : AccountId.t;The account ID of the member to remove.
*)}val make :
collaborationIdentifier:CollaborationIdentifier.t ->
accountId:AccountId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of CollaborationIdentifier.t ]) list ]