Values.DeleteWorkGroupInputSourceDeletes the workgroup with the specified name. The primary workgroup cannot be deleted.
type nonrec t = {workGroup : WorkGroupName.t;The unique name of the workgroup to delete.
*)recursiveDeleteOption : BoxedBoolean.t option;The option to delete the workgroup and its contents even if the workgroup contains any named queries, query executions, or notebooks.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BoxedBoolean.t | `String of WorkGroupName.t ])
list ]