Documentation Index
Fetch the complete documentation index at: https://docs.voiceaura.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your API key for authentication.
Path Parameters
The unique identifier for the campaign to be stopped.
Response
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.
{
"status": "success",
"message": "Successfully stopped campaign",
"num_calls": 0,
"campaign_id": "0a810190-c000-aaaa-bbbb-16a4630cc190"
}