How Can I Delete Salesforce Records with SOQL?
There is no SOQL command that will delete Salesforce Records. SOQL is used to Query the Salesforce database. It can retrieve lists of records based on your criteria, and organize them in your preferred way, but SOQL cannot be used to delete Salesforce records. SOQL can RETRIEVE Salesforce Records, but it cannot MODIFY (update/delete) Salesforce … Read more