> ## 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.

# Cancel Tornado Session

> Cancel a running tornado session.

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

### Path Parameters

<ParamField path="id" type="string" required>
  The tornado session ID.
</ParamField>

### Response

<ResponseField name="cancelled" type="boolean">
  Whether the session was successfully cancelled.
</ResponseField>

<ResponseExample>
  ```json Response theme={null}
  {
    "cancelled": true
  }
  ```
</ResponseExample>

***

Docs for agents: [llms.txt](/llms.txt)
