Module Values.DeleteFlowTemplateRequestSource

Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy. Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).

Sourcetype nonrec t = {
  1. id : Urn.t;
    (*

    The ID of the workflow to be deleted. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

    *)
}
Sourceval context_ : string
Sourceval make : id:Urn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Urn.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