Delete Thread
Delete a thread and optionally its extracted memories.
Path Parameters
thread_id*Thread Id
Query Parameters
cascade_delete_memories?Cascade Delete Memories
Delete extracted memories
space_id?|
Optional isolation space guard
Response Body
application/json
application/json
curl -X DELETE "https://example.com/threads/string"{ "message": "string", "deleted_messages": 0, "deleted_memories": 0, "cascade_deletion": false}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}