Bulk Delete Memories
Delete a bounded memory selection inside one source space.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/memories/bulk/delete" \ -H "Content-Type: application/json" \ -d '{ "selection": {} }'{
"deleted_count": 0,
"failed_count": 0,
"source_space_id": "string",
"cascade_delete": true,
"results": [
{}
],
"message": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}