function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jagjitsingh@indivar.comjagjitsingh@indivar.com 

Delete Emails

Hi

 

   How to delete mass emails in Salesforce . I am using Developer Edition.

 

Regards

Jagjit Saini

sfdcfoxsfdcfox

Use the Apex Data Loader (Setup > Data Management > Apex Data Loader). It takes just three steps: 1) login with the Apex Data Loader, 2) run a query that exports all the records you would like to delete, and 3) use the IDs from step 2 in the Apex Data Loader (just use the export file you saved) to delete the records.

MoggyMoggy

I tried the data loader twice and always run into a timeout error ( even if i raise the timeout to 1000

 

any ideas? On the dev console i run into too many queries 50001, issue is, its the production org {EE} and I need badly to decrease the Storage

Email messages at 6 GB cases at 4 and task at 2 gb, but we need the origins for reporting but not necesarrliy the emails

Prasanth M AbrahamPrasanth M Abraham
try bulk (rest) api on the data loader perhaps?