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

# Pause Delivery

> Halt an active or scheduled broadcast temporarily.

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

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