curl --request DELETE \
--url https://api.b-bot.space/v2/threads/{thread_id}
"<any>"
Delete a thread by ID.
curl --request DELETE \
--url https://api.b-bot.space/v2/threads/{thread_id}
"<any>"
The ID of the thread.
Success
The response is of type any
.