Error
A valid request URL is required to generate request examples{
"success": true,
"message": "Memory database purged successfully"
}{
"error": "Only administrators can purge the memory database"
}{
"error": "<string>",
"message": "<string>"
}Memory
Purge the entire memory database (admin only)
Destructively wipes ALL memories for ALL users and scopes from the configured memory provider. For the self-hosted (OSS) provider this deletes the underlying SQLite database files (vector store + history); for the Cloud provider it removes every user and their memories. This action is irreversible and restricted to administrators. The store is automatically recreated empty on the next operation.
DELETE
/
user
/
memories
/
purge
Error
A valid request URL is required to generate request examples{
"success": true,
"message": "Memory database purged successfully"
}{
"error": "Only administrators can purge the memory database"
}{
"error": "<string>",
"message": "<string>"
}Was this page helpful?