Athena
IndexesIndex_name

Drop an index

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

DELETE
/management/indexes/{index_name}

Path Parameters

index_name*string

Header Parameters

X-Athena-Client*string
apikey*string

Request Body

application/json

schema_name?string
Default"public"

Response Body

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