Module Values.DeleteMemberInputSource

Removes 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.

Sourcetype nonrec t = {
  1. collaborationIdentifier : CollaborationIdentifier.t;
    (*

    The unique identifier for the associated collaboration.

    *)
  2. accountId : AccountId.t;
    (*

    The account ID of the member to remove.

    *)
}
Sourceval context_ : string
Sourceval make : collaborationIdentifier:CollaborationIdentifier.t -> accountId:AccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CollaborationIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t