cURL
curl -X DELETE 'https://admin-api.exa.ai/team-management/api-keys/{id}' \ -H 'x-api-key: YOUR-SERVICE-KEY'
{ "success": true }
Permanently delete an API key from your team.
Service API key for team authentication
The unique identifier of the API key to delete
API key deleted successfully
true