Values.DeleteFlowRequestSourceDeletes a flow.
type nonrec t = {flowIdentifier : FlowIdentifier.t;The unique identifier of the flow.
*)skipResourceInUseCheck : Boolean.t option;By default, this value is false and deletion is stopped if the resource is in use. If you set it to true, the resource will be deleted even if the resource is in use.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of FlowIdentifier.t ]) list ]