Terminates calls for a campaign, agent, or specific call IDs.
curl --request PATCH \ --url https://prod-api.ringg.ai/ca/api/v0/campaign/terminate \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <x-api-key>' \ --data '{ "agent_id": "<string>", "call_ids": [ "<string>" ], "campaign_id": "<string>" }'
{ "message": "Calls terminated successfully!" }
(Required) Your Ringg AI API key.
Calls terminated successfully.
The response is of type object.
object