The DELETE action is used by the Salesforce connector to delete a Salesforce object.
The input parameters to delete an object are:
Parameter | Type | Required | Description |
---|---|---|---|
SObjectName | String | Required | The name of the Salesforce object to delete, for example: Account |
SObjectId | String | Required | The Salesforce object ID, for example: accountId |
The output parameters from deleting an object from Salesforce are:
Parameter | Type | Required | Description |
---|---|---|---|
salesforceStatus | String | Optional | The HTTP status code of the response |