Athena
ProvisionInstancesContainer_name

Delete a local managed Postgres instance

DELETE
/admin/provision/instances/{container_name}

Path Parameters

container_name*string

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.

Request Body

application/json

client_name?|
remove_runtime_client?boolean
Defaulttrue
remove_catalog_client?boolean
Defaulttrue

Response Body

curl -X DELETE "https://athena-cluster.com/admin/provision/instances/string" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty