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