bulk_delete_records
Deletes multiple records of a specified Salesforce SObject type using their IDs.
Instructions
Deletes multiple records of a specified SObject type in bulk, given their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | The API name of the Salesforce SObject (e.g., 'Account', 'MyCustomObject__c'). | |
| record_ids | Yes | A list of record IDs (strings) to delete. |