> ## Documentation Index
> Fetch the complete documentation index at: https://docs.syntr.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Terminate Broadcast

> Abort a scheduled or sending campaign permanently.

<ParamField path="id" type="string" required>
  The ID of the id.
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "data": {
      "status": "cancelled",
      "message": "Campaign cancelled successfully"
    }
  }
  ```
</ResponseExample>
