Перейти к основному содержанию
DELETE
/
api
/
v2
/
keys
/
{key_id}
Revoke API Key
curl --request DELETE \
  --url https://api.example.com/api/v2/keys/{key_id}

Documentation Index

Fetch the complete documentation index at: https://docs.elumenta.ru/llms.txt

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

curl -X DELETE https://elumenta.ru/api/v2/keys/13 \
  -H "Authorization: Bearer nb_YOUR_API_KEY"
Returns 204 No Content. Revoked keys stop working immediately. Rename a key:
PATCH /api/v2/keys/{key_id}
{"name": "new-name"}