API Reference
Reference for the API
Permanently delete a voice calling campaign
cURL
curl --request DELETE \ --url https://api.kallabot.com/campaign/{campaign_id} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "message": "<string>", "campaign_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "previous_status": "<string>", "contact_list_deleted": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Campaign deleted