Skip to main content
DELETE
/
chat
/
{chatId}
Delete a session
curl --request DELETE \
  --url https://api.raccoonai.tech/chat/{chatId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key from Raccoon AI

Path Parameters

chatId
string<uuid>
required

Response

Chat deleted

success
boolean
message
string