Delete Salesforce Record
salesforce_delete_recordPermanently delete a Salesforce record by specifying object type and record ID. Moves record to Recycle Bin for potential restoration within 15 days.
Instructions
Permanently delete a Salesforce record. This action cannot be undone (record goes to Recycle Bin).
Args:
object_type (string): The Salesforce object type (e.g., 'Account', 'Lead')
record_id (string): The 15 or 18-character Salesforce record ID to delete
Returns: Confirmation message on success.
Warning: This operation moves the record to the Recycle Bin. It can be restored within 15 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes | 15 or 18-character Salesforce record ID to delete | |
| object_type | Yes | Salesforce object type of the record to delete |