Skip to main content
DELETE
/
api-keys
/
{id}
cURL
curl -X DELETE 'https://admin-api.exa.ai/team-management/api-keys/{id}' \
  -H 'x-api-key: YOUR-SERVICE-KEY'
{
  "success": true
}

Get your Exa API key

Overview

The Delete API Key endpoint permanently removes an API key from your team.

Path Parameters

  • id: The unique identifier of the API key to delete.

Authorizations

x-api-key
string
header
required

Service API key for team authentication

Path Parameters

id
string
required

The unique identifier of the API key to delete.

Response

API key deleted successfully

success
boolean
Example:

true