Skip to main content
DELETE
/
api
/
v1
/
api-keys
/
{key_id}
Revoke API key
curl --request DELETE \
  --url https://api.kupe.in/api/v1/api-keys/{key_id} \
  --header 'x-api-key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://kupe.in/docs/llms.txt

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

Authorizations

x-api-key
string
header
default:YOUR_KUPE_API_KEY
required

Kupe dashboard API key for your user.

Path Parameters

key_id
string<uuid>
required

Query Parameters

user_id
string<uuid> | null

Response

200 - application/json

OK

Deployment-specific JSON (call sessions, billing views, tool defs). See prose on each operation and the Platform REST APIs guide page.