Athena
BucketsLifecycleDelete

Delete bucket lifecycle configuration

Delete bucket lifecycle configuration

POST
/storage/buckets/lifecycle/delete

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

Optional Athena client name used when Athena should also persist metadata or audit context for the raw storage operation.

Request Body

application/json

[key: string]?any

Response Body

application/json

curl -X POST "https://athena-cluster.com/storage/buckets/lifecycle/delete" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "status": "success",
  "message": "string",
  "data": {}
}
Empty
Empty
Empty