For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
PlaygroundDiscordStatusDashboardSign Up >
DocumentationSDK ReferenceGraphiti
DocumentationSDK ReferenceGraphiti
  • SDK Reference
      • POSTAdd Session
      • GETGet Session.
      • GETGet Sessions
      • GETGet Session Memory
      • GETGet Messages for Session
      • POSTAdd Memory to Session
      • DELDelete Session
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
SDK ReferenceMemory

Delete Session

DELETE
https://api.getzep.com/api/v2/sessions/:sessionId/memory
DELETE
/api/v2/sessions/:sessionId/memory
$curl -X DELETE https://api.getzep.com/api/v2/sessions/sessionId/memory \
> -H "Authorization: <apiKey>"
1{
2 "message": "string"
3}
Deletes a session.
Was this page helpful?
Previous

Add User

Next
Built with

Path parameters

sessionIdstringRequired
The ID of the session for which memory should be deleted.

Response

OK
messagestring

Errors

404
Not Found Error
500
Internal Server Error