Skip to main content
DELETE
/
api
/
v1
/
keys
/
{key_id}
Revoke API Key
curl --request DELETE \
  --url https://app.eventgraph.ai/api/v1/keys/{key_id} \
  --header 'X-API-Key: <api-key>'
{
  "data": "<unknown>",
  "timestamp": "2023-11-07T05:31:56Z",
  "meta": {}
}

Documentation Index

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

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

Authorizations

X-API-Key
string
header
required

Your EventGraph API key (eg_live_...)

Path Parameters

key_id
string<uuid>
required

Response

200 - application/json

Key revoked

data
any

Response payload

timestamp
string<date-time>
meta
object