Skip to main content
POST
/
v1
/
agent-testing
/
tornado
/
{id}
/
cancel
Cancel Tornado Session
curl --request POST \
  --url https://api.bland.ai/v1/agent-testing/tornado/{id}/cancel \
  --header 'authorization: <authorization>'
{
  "cancelled": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.bland.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

id
string
required
The tornado session ID.

Response

cancelled
boolean
Whether the session was successfully cancelled.
{
  "cancelled": true
}