glue_delete_workflow: Deletes a workflow
Description
Deletes a workflow.
Usage
glue_delete_workflow(Name)
Arguments
Name
[required] Name of the workflow to be deleted.
Value
A list with the following syntax:
list(
Name = "string"
)
Request syntax
svc$delete_workflow(
Name = "string"
)