Threads
Delete a Thread by ID
Deletes a thread by its ID.
DELETE
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
Example:
"<LANGTAIL_API_KEY>"
Path Parameters
The ID of the thread to delete.
Response
200
application/json
Successfully deleted thread
The unique identifier of the deleted thread.
The object type, which is always 'thread.deleted' for this response.
Example:
"thread.deleted"
Indicates that the thread was successfully deleted.
Example:
true
Was this page helpful?