8

Empty Recycle Bin

EmptyRecycleBin(List<ID>/sObject/List<sObject>)

It permanently deleted the record from recycle bin.

List < Account > accList = [SELECT Id FROM Account where isDeleted = true ALL ROWS];
Database.emptyRecycleBin(accList);

Salesforce certifications
Next Topic

Need more support?

Get a head start with our FREE study notes!

Learn more and get all the answers you need at zero cost. Improve your skills using our detailed notes prepared by industry experts to help you excel.

Book A 15-Minutes Free Career Counselling Today!