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