---
title: "How to Perform Mass Deletes using Salesforce Data Loader?"  
description: "How to Perform Mass Deletes using Salesforce Data Loader?"  
author: "Sylvester Balchunas"  
published: 2018-02-08  
canonical: https://answers.mindstick.com/qa/34224/how-to-perform-mass-deletes-using-salesforce-data-loader  
category: "salesforce"  
tags: ["salesforce", "dataloader", "perform mass deletes"]  
reading_time: 1 minute  

---

# How to Perform Mass Deletes using Salesforce Data Loader?

How to [Perform Mass](https://answers.mindstick.com/qa/34225/how-to-perform-mass-updates-using-salesforce-data-loader) Deletes using [Salesforce](https://yourviews.mindstick.com/view/82645/what-you-need-to-know-to-get-started-on-salesforce-field-service) [Data](https://yourviews.mindstick.com/view/84027/what-does-google-do-with-your-data) [Loader](https://www.mindstick.com/forum/156609/create-loader-with-bootstrap)?

## Answers

### Answer by Tarun Gautam

## Salesforce Data Loader provides a way to delete a large number of records at a time. If you want to delete a large number of records, follow the steps:

**Step 1:** As a backup measure, if you are going to delete all the records then sure you have selected all the fields and export the records to delete (for more see Export Data.) and remember to save an extra copy of the generated CSV file.

\
**Step 2:** And after, exporting the records you wish to delete, this time using only the record ID as the desired criterion.

\
**Step 3:** Now, launch the Data Loader, and use the wizard of delete or hard delete wizard. In the wizard map only the ID column. For more info see Insert, Update, or Delete Data Using Data Loader.

\
**Step 4:** At last, after completing the wizard operation, review your success and error log files. See Review Data Loader Output Files.


---

Original Source: https://answers.mindstick.com/qa/34224/how-to-perform-mass-deletes-using-salesforce-data-loader

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
