delete_record
Remove Salesforce records by specifying object type and record ID. This tool deletes data from Salesforce CRM through the MCP Salesforce Lite server.
Instructions
Delete a Salesforce record
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | The Salesforce object type (e.g., 'Account', 'Contact') | |
| record_id | Yes | The ID of the record to delete |