Delete Notebook
athena_delete_notebook | R Documentation |
Deletes the specified notebook¶
Description¶
Deletes the specified notebook.
Usage¶
athena_delete_notebook(NotebookId)
Arguments¶
NotebookId |
[required] The ID of the notebook to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_notebook(
NotebookId = "string"
)