Athena
CatalogsId

Delete an Athena-managed S3 catalog entry

Soft deletes the S3 catalog row and deactivates all stored credentials for that entry.

DELETE
/storage/catalogs/{id}

Path Parameters

id*string
Formatuuid

Header Parameters

apikey*string

The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.

X-Athena-Client*string

Logical Athena client whose database stores the S3 catalog rows.

Response Body

application/json

curl -X DELETE "https://athena-cluster.com/storage/catalogs/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "apikey: string" \  -H "X-Athena-Client: string"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "deleted": true
}
Empty
Empty
Empty
Empty