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