Draft Campaign - bulk delete

nemesis82

Active Member
Hi guys,

could you give me an hits on how to delete delete old campaigns in "draft" status ?
The command ../apps/console/console.php deletecampaigns --time="-3 months" --verbose=1 only delete sent campaigns and not draft .

Could you give me an hints ?

PS: i forgot, actually I've modified "DeleteCampaignsCommand.php" file changing from STATUS_SENT to STATUS_DRAFT but I think will be override in the next update .

thanks
 
Last edited:
Hi guys,

could you give me an hits on how to delete delete old campaigns in "draft" status ?
The command ../apps/console/console.php deletecampaigns --time="-3 months" --verbose=1 only delete sent campaigns and not draft .

Could you give me an hints ?

PS: i forgot, actually I've modified "DeleteCampaignsCommand.php" file changing from STATUS_SENT to STATUS_DRAFT but I think will be override in the next update .

thanks
I've added this in our TODO list. Let's see when we can reach it for implementation!
 
Back
Top