Skip to main content
DELETE
/
threads
/
{thread_id}
/
runs
/
{run_id}
Delete Run
curl --request DELETE \
  --url https://api.b-bot.space/api/v2/threads/{thread_id}/runs/{run_id} \
  --header 'bbot-api-key: <api-key>'
"<string>"

Authorizations

bbot-api-key
string
header
required

API key for authentication

Path Parameters

thread_id
string<uuid>
required

The ID of the thread.

run_id
string<uuid>
required

The ID of the run.

Response

Success