DELETE
/
memories
Delete Memories
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>"
  }
}'

Body

application/json
session
object

Response

Session data successfully deleted.