Skip to main content
DELETE
/
v1
/
assistant-chat
/
history
Clear assistant chat history
curl --request DELETE \
  --url http://localhost:3333/v1/assistant-chat/history \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string

Organization ID (required for JWT auth, optional for API key auth)

Response

200 - undefined