Skip to content

Delete Data Catalog

athena_delete_data_catalog R Documentation

Deletes a data catalog

Description

Deletes a data catalog.

Usage

athena_delete_data_catalog(Name)

Arguments

Name

[required] The name of the data catalog to delete.

Value

An empty list.

Request syntax

svc$delete_data_catalog(
  Name = "string"
)