Delete chatbot memory data
DELETE/api/v1/chatbots/:chatbotId/memory-data
Permanently deletes the chatbot's graph conversation memory for the given scope. scope=long-term removes stored facts + session summaries; scope=short-term removes within-session conversation nodes. Destructive and irreversible. Required scope: chatbots:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Memory data deleted.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded