delete_record
Remove a specific record from Salesforce by specifying the object name and record ID. Streamlines record deletion within the MCP Salesforce Connector for efficient data management.
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 |