MCP Salesforce Connector

delete_record

Removes a specified Salesforce record by providing the object name and record ID, enabling efficient data management within the Salesforce ecosystem.

Instructions

Deletes a record

Input Schema

NameRequiredDescriptionDefault
object_nameYesThe name of the Salesforce object (e.g., 'Account', 'Contact')
record_idYesThe ID of the record to delete

Input Schema (JSON Schema)

{ "properties": { "object_name": { "description": "The name of the Salesforce object (e.g., 'Account', 'Contact')", "type": "string" }, "record_id": { "description": "The ID of the record to delete", "type": "string" } }, "required": [ "object_name", "record_id" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Salesforce Connector

Related Tools

ID: a6lwlnjayf