Description
To delete records from Salesforce, you can retrieve them and then delete them. There are two options to choose from:
- Use the IDs stored in a record variable or record collection variable. This option is suitable if you already have records that you want to delete.
- Specify conditions. This option is suitable if you want to retrieve specific records and then delete them.
Virtual Explanation