Values.DeleteCollaborationInputSourceDeletes a collaboration. It can only be called by the collaboration owner.
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;The identifier for the collaboration.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of CollaborationIdentifier.t ]) list ]