Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete a campaign
cURL
curl --request DELETE \ --url https://api.sequenzy.com/api/v1/campaigns/{campaignId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
sending
scheduled
paused
curl -X DELETE "https://api.sequenzy.com/api/v1/campaigns/camp_abc123" \ -H "Authorization: Bearer YOUR_API_KEY"