Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.naga.ac/v1/account/keys/{key_id} \ --header 'Authorization: Bearer <token>'
{ "error": { "type": "<string>", "message": "<string>", "code": "<string>", "param": "<string>" } }
Delete an API key owned by the authenticated account. This operation is irreversible.
Provisioning key required for account management endpoints under /v1/account.
/v1/account
Successful Response