delete_record
Delete a specific record from a Salesforce object by providing the object API name and record ID.
Instructions
Delete a record from Salesforce
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectName | Yes | API name of the Salesforce object | |
| recordId | Yes | ID of the record to delete |