salesforce_delete
Permanently delete records from Salesforce objects using the record ID and object type. This action cannot be undone.
Instructions
Delete a record from any Salesforce object. This action is permanent and cannot be undone.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sobject | Yes | SObject API name (e.g., 'Contact', 'Account', 'CustomObject__c') | |
| id | Yes | Salesforce record ID to delete (15 or 18 character ID) |