cURL
curl --request DELETE \ --url https://localhost:8000/v1/memories \ --header 'Content-Type: application/json' \ --data '{ "session": { "group_id": "<string>", "agent_id": [ "<string>" ], "user_id": [ "<string>" ], "session_id": "<string>" } }'
Deletes all data for a particular session.
Show child attributes
Session data successfully deleted.