Path Parameters
campaign_id(integer, required): The unique identifier of the campaign
Behavior
When you pause a campaign:- In-progress calls continue until completion
- Pending contacts remain in queue
- No new calls are initiated
- Campaign status changes to
paused
Response
Response
Example Code
cURL
Python
JavaScript
Error Responses
| Status Code | Description |
|---|---|
| 400 | Campaign is not running |
| 404 | Campaign not found |