Athena
Api key clientsClient_name

Remove a client's enforcement override

DELETE
/admin/api-key-clients/{client_name}

Path Parameters

client_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.

Response Body

application/json

application/json

curl -X DELETE "https://athena-cluster.com/admin/api-key-clients/string" \  -H "apikey: string"
{
  "client_name": "string"
}
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}