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
}

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
}