Athena
Api key rightsId

Update or delete an API key right

Deletes an API key right definition and removes associated grants.

DELETE
/admin/api-key-rights/{id}

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-rights/{id}" \  -H "apikey: string"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}