Cancel a campaign
Cancels a running or scheduled campaign. Once cancelled, the campaign cannot be restarted.
post/v1/voice-agents/campaigns/{id}/cancel
Path parameters
idstring uuid required
Example:a8f7656f-098b-4c43-b165-7cfd2cc8ac50
UUID of the campaign.
Response
Successful response
Example response
{
"success": true,
"message": "Operation completed successfully",
"messageKey": "OPERATION_SUCCESSFUL"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.