Module Values.DeleteWorkflowRequestSource

Deletes a workflow by specifying its ID. This operation returns a response with no body if the deletion is successful. To verify that the workflow is deleted: Use ListWorkflows to confirm the workflow no longer appears in the list. Use GetWorkflow to verify the workflow cannot be found.

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

    The workflow's ID.

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