Skip to main content
DELETE
/
api
/
api-keys
/
{id}
curl -s -X DELETE "https://api.impulselabs.ai/api/api-keys/3fa85f64-5717-4562-b3fc-2c963f66afa6" \
  -H "Authorization: Bearer <your-dashboard-session-token>"
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.impulselabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

This action is irreversible. The key is deleted along with its usage log. Create a replacement key before revoking a key that is actively in use.
This endpoint uses your dashboard session (Auth0 JWT), not an API key.

Path parameters

id
string
required
The UUID of the key to revoke. Obtain this from List API Keys.

Response

success
boolean
true when the key has been deleted.
curl -s -X DELETE "https://api.impulselabs.ai/api/api-keys/3fa85f64-5717-4562-b3fc-2c963f66afa6" \
  -H "Authorization: Bearer <your-dashboard-session-token>"
{
  "success": true
}