Athena
TablesTable_name

Drop a managed table

Requires `X-Athena-Client` and a client-bound API key with `management.tables.drop`.

DELETE
/management/tables/{table_name}

Path Parameters

table_name*string

Header Parameters

X-Athena-Client*string
apikey*string

Request Body

application/json

schema_name?string
Default"public"
cascade?boolean
Defaultfalse

Response Body

curl -X DELETE "https://athena-cluster.com/management/tables/string" \  -H "X-Athena-Client: string" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty
Empty
Empty