Skip to main content
Glama

MCP Salesforce Connector

by smn2gnt

delete_record

Remove specific records from Salesforce by specifying the object name and record ID using the MCP Salesforce Connector. Simplify data management and maintain accuracy in your Salesforce environment.

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" }

Other Tools from MCP Salesforce Connector

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smn2gnt/MCP-Salesforce'

If you have feedback or need assistance with the MCP directory API, please join our Discord server