delete_record
Removes a specified Salesforce record by providing the object name and record ID, enabling efficient data management within the Salesforce ecosystem.
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 |