Campaigns
Stop Campaign
Stops a campaign and all associated calls.
POST
/
v1
/
campaigns
/
{campaign_id}
/
stop
Headers
authorization
string
requiredYour API key for authentication.
Path Parameters
campaign_id
string
requiredThe unique identifier for the campaign to be stopped.
Response
status
string
Status of the request.
message
string
Confirms the request was successful, or provides an error message if the request failed.
num_calls
number
Number of calls stopped in the campaign.
campaign_id
string
Confirms the ID of the campaign being stopped.