Bulk Delete Threads By Selection
Delete a bounded thread 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/threads/bulk/delete" \ -H "Content-Type: application/json" \ -d '{ "selection": {} }'{
"message": "string",
"deleted_count": 0,
"failed_count": 0,
"total_deleted_messages": 0,
"total_deleted_memories": 0,
"cascade_deletion": false,
"results": [
{}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}