Athena
Api keysIdIp blacklist

Remove per-key IP blacklist entries

DELETE
/admin/api-keys/{id}/ip-blacklist

Path Parameters

id*string

UUID that identifies an API key or API key right (api_keys_id, api_key_rights_id).

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.

Request Body

application/json

addrs*array<>
label?|

Response Body

curl -X DELETE "https://athena-cluster.com/admin/api-keys/497f6eca-6276-4993-bfeb-53cbbbba6f08/ip-blacklist" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{    "addrs": [      "string"    ]  }'
Empty