paws.analytics (version 0.1.0)

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.

Usage

athena_delete_named_query(NamedQueryId)

Arguments

NamedQueryId

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

Request syntax

svc$delete_named_query(
  NamedQueryId = "string"
)

Details

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