Skip to main content
POST
/
api
/
v1
/
memory
/
flush
Flush Memory
curl --request POST \
  --url https://api.example.com/api/v1/memory/flush \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "<string>",
  "app_id": "default",
  "project_id": "default"
}
'
{
  "request_id": "<string>",
  "data": {}
}

Body

application/json
session_id
string
required
Required string length: 1 - 128
app_id
string
default:default
Required string length: 1 - 128
Pattern: ^[a-zA-Z0-9_.-]+$
project_id
string
default:default
Required string length: 1 - 128
Pattern: ^[a-zA-Z0-9_.-]+$

Response

Successful Response

request_id
string
required
data
FlushResponseData · object
required