athena_delete_work_group {paws.analytics} | R Documentation |
Deletes the workgroup with the specified name
Description
Deletes the workgroup with the specified name. The primary workgroup cannot be deleted.
See https://www.paws-r-sdk.com/docs/athena_delete_work_group/ for full documentation.
Usage
athena_delete_work_group(WorkGroup, RecursiveDeleteOption = NULL)
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. |
[Package paws.analytics version 0.9.0 Index]