cURL
curl --request DELETE \ --url https://api.klavis.ai/user/{userId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a user and all associated data by user_id. Users cannot delete their own accounts. This operation will permanently remove all user data.
Your Klavis AI API key.
The identifier for the user to delete.
1
Successful Response