salesforce_delete_record
Delete a Salesforce record by ID. Provide the object API name and record ID to remove it from your org.
Instructions
Delete a record by Id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _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. | |
| record_id | Yes | The Id of the record to delete | |
| object_name | Yes | API name of the object |