delete_record
Delete a Salesforce record by specifying the object type and record ID.
Instructions
Deletes a record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | The name of the Salesforce object (e.g., 'Account', 'Contact') | |
| record_id | Yes | The ID of the record to delete |