athena_delete_work_group: Deletes the workgroup with the specified name
Description
Deletes the workgroup with the specified name. The primary workgroup
cannot be deleted.
Usage
athena_delete_work_group(WorkGroup, RecursiveDeleteOption)
Arguments
WorkGroup
[required] The unique name of the workgroup to delete.
RecursiveDeleteOption
The option to delete the workgroup and its contents even if the
workgroup contains any named queries.
Request syntax
svc$delete_work_group(
WorkGroup = "string",
RecursiveDeleteOption = TRUE|FALSE
)