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