Skip to main content
DELETE
/
user
/
{userId}
Delete User
curl --request DELETE \
  --url https://api.klavis.ai/user/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

userId
string
required

The identifier for the user to delete.

Minimum string length: 1

Response

Successful Response

success
boolean
required
message
string
required