cURL
curl --request DELETE \ --url https://api.example.com/threads/{thread_id}
{}
Delete a thread by its ID.
Permanently removes the thread and its metadata. Any active runs on the thread are automatically cancelled before deletion. Checkpoint history stored in the graph backend is not affected.
Successful Response