Calls
Intelligence
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Vector Knowledge Bases
Blocked Numbers
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Account
Organizations
- POSTCreate Organization
- DELDelete Organization
- GETGet Organization
- GETGet Organization Members
- GETGet Organization's Current Service Version
- GETList Organization's Service Versions
- PATCHUpdate Organization's Service Version
- PATCHUpdate Organization Members
- PATCHUpdate Organization Member Permissions
- PATCHUpdate Organization Properties
- GETGet User Organization Memberships
- DELLeave Organization
- GETGet Organization Billing Information
- GETGet Organization Billing Refill Information
SMS
Stop Campaign
Stops a campaign and all associated calls.
POST
/
v1
/
campaigns
/
{campaign_id}
/
stop
Stop Campaign
Copy
Ask AI
curl --request POST \
--url https://api.bland.ai/v1/campaigns/{campaign_id}/stop \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"status": "success",
"message": "Successfully stopped campaign",
"num_calls": 0,
"campaign_id": "0a810190-c000-aaaa-bbbb-16a4630cc190"
}
Headers
Your API key for authentication.
Path Parameters
The unique identifier for the campaign to be stopped.
Response
Status of the request.
Confirms the request was successful, or provides an error message if the request failed.
Number of calls stopped in the campaign.
Confirms the ID of the campaign being stopped.
Copy
Ask AI
{
"status": "success",
"message": "Successfully stopped campaign",
"num_calls": 0,
"campaign_id": "0a810190-c000-aaaa-bbbb-16a4630cc190"
}
Stop Campaign
Copy
Ask AI
curl --request POST \
--url https://api.bland.ai/v1/campaigns/{campaign_id}/stop \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"status": "success",
"message": "Successfully stopped campaign",
"num_calls": 0,
"campaign_id": "0a810190-c000-aaaa-bbbb-16a4630cc190"
}
Assistant
Responses are generated using AI and may contain mistakes.