Delete Work Group
| athena_delete_work_group | R Documentation | 
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, query executions, or notebooks.  | 
Value¶
An empty list.
Request syntax¶
svc$delete_work_group(
  WorkGroup = "string",
  RecursiveDeleteOption = TRUE|FALSE
)