Skip to content

Delete Named Query

athena_delete_named_query R Documentation

Deletes the named query if you have access to the workgroup in which the query was saved

Description

Deletes the named query if you have access to the workgroup in which the query was saved.

Usage

athena_delete_named_query(NamedQueryId)

Arguments

NamedQueryId

[required] The unique ID of the query to delete.

Value

An empty list.

Request syntax

svc$delete_named_query(
  NamedQueryId = "string"
)