Project HermesHermes Docs

Delete API Key

Delete an API key

Delete API Key

  • id (string) (required) — The API key ID
curl -X DELETE -H "Authorization: Bearer your_jwt_token" \
  https://api.hermes.camie.ai/api/keys/key-uuid

Response

{
  "success": true,
  "message": "API key deleted"
}

On this page