salesforce_delete_record
Delete a Salesforce record by specifying the object API name and record ID for immediate removal from the org.
Instructions
Delete a record by Id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | API name of the object | |
| record_id | Yes | The Id of the record to delete | |
| _sfAuth | No | Internal: per-request Salesforce credentials injected by an MCP gateway. Leave unset in direct use — the server falls back to env/token-file creds. |