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": {}
}

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