CatalogsId
Delete an Athena-managed S3 catalog entry
Soft deletes the S3 catalog row and deactivates all stored credentials for that entry.
Path Parameters
id*string
Format
uuidHeader 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
Create an Athena-managed S3 catalog entry POST
Creates one S3 catalog row and its active credential in the Athena client database selected by `X-Athena-Client`.
Update an Athena-managed S3 catalog entry PATCH
Updates S3 catalog metadata and can rotate the active credential when both access_key_id and secret_key are supplied.