Threads
Delete a Thread by ID
Deletes a thread by its ID.
DELETE
/
v2
/
threads
/
{threadId}
This endpoint softly removes a thread by its unique identifier. It marks the thread and all associated messages as deleted in the system, but does not permanently erase them.
Headers
Your Langtail API Key
Path Parameters
The ID of the thread to delete.
Was this page helpful?