2 Home
gitea_admin edited this page 2026-03-11 14:39:55 +00:00

Salesforce Delete Sink

Remove an object from Salesforce.

The data body must be JSON-formatted and it must contain two keys: sObjectId and sObjectName. For example: { "sObjectId": "XXXXX0", "sObjectName": "Contact" }

Metadata

Property Value
Type sink
Group Salesforce
Namespace Salesforce
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
loginUrl string https://login.salesforce.com The Salesforce instance login URL.
clientId string The Salesforce application consumer key.
clientSecret string The Salesforce application consumer secret.
userName string The Salesforce username.
password string The Salesforce user password.

Dependencies

  • camel:salesforce
  • camel:kamelet
  • camel:core
  • camel:jsonpath