Skip to main content
DELETE
/
v1
/
bot
/
chat
/
delete
Delete Chat History
curl --request DELETE \
  --url https://api.boostgpt.co/v1/bot/chat/delete \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Enter your API key

Query Parameters

project_id
string
required

Project ID

bot_id
string
required

Agent ID

chat_id
string
required

Chat ID

Response

200 - application/json

Chat history deleted successfully

success
boolean

Operation success status

message
string

Success message