DELETE
/
threads
/
{thread_id}
Delete Thread
curl --request DELETE \
  --url https://api.b-bot.space/v2/threads/{thread_id}
"<any>"

Path Parameters

thread_id
string<uuid>
required

The ID of the thread.

Response

200
application/json

Success

The response is of type any.