Learn R Programming

paws.analytics (version 0.1.11)

athena_delete_named_query: 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.

For code samples using the AWS SDK for Java, see Examples and Code Samples in the Amazon Athena User Guide.

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"
)