Skip to main content
DELETE
Permanently remove an existing campaign. If the campaign is currently scheduled in TaskIQ, its background schedule is cancelled and unlinked from Redis. All child message delivery records are deleted via database cascade.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Unique UUID identifier of the campaign to delete. Example: e4a2e584-3672-4d69-b541-6e9f1a238491.
string
required
Bearer token for authentication. Format: Bearer <token>.

Response Fields

string
Confirmation message: "Campaign deleted successfully".


Previous
Export PDF report
GET /api/v1/campaigns/{campaign_id}/export/pdf
Next