Skip to main content
DELETE
/
v2
/
api-keys
/
{key_id}
Delete API key for the authenticated user
curl --request DELETE \
  --url https://api.kyberis.ai/v2/api-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer <access_token>

Path Parameters

key_id
string
required

Response

Successful Response

message
string
required