delete_record
Permanently delete a Salesforce record after user approval. Provide the object type, record ID, and confirm=true to complete the deletion.
Instructions
Permanently delete a Salesforce record. Requires confirm=true: first present the deletion to the user and get their approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be literally true. Before setting it, show the user the exact record and field changes and get their approval. | |
| record_id | Yes | 15- or 18-character Salesforce record Id. | |
| object_type | Yes | Object API name, e.g. Account, Contact, or My_Object__c. |