Delete Voice Campaign
Voice Campaigns
Delete Voice Campaign
Delete a voice campaign
DELETE
Delete Voice Campaign
Description
Deletes a voice campaign and its associated contacts. This action cannot be undone.Authentication
Your Teli API key
Path Parameters
Campaign unique identifier to deleteExample:
"vc 1"Response Fields
Whether the deletion was successful
Confirmation message
Always returns “Teli”
Example Request
cURL
JavaScript
Example Response
200
404
Notes
- Deletes campaign from DynamoDB (teli_voice_campaigns table)
- Deletes all associated contacts from teli_voice_contacts table
- Does NOT delete call history or recordings (those are preserved)
- Requires exact campaign_id match
- URL encode the campaign_id if it contains spaces (e.g., “vc 1” → “vc%201”)
- Cannot be undone - use with caution

