Permanently deletes a session and all its turns, files, and history.
cURL
curl --request DELETE \ --url https://api.raccoonai.tech/chat/{chatId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
API key from Raccoon AI
Chat deleted
Was this page helpful?