DeleteEntry
Delete a SalesForce object entry.
Input
| Name | Type | Description |
| ID | String | The Salesforce entry ID. |
| ObjectName | String | Name of the object to be deleted (i.e. Account, Campaign, Event, etc.). |
Output
| Name | Type | Description |
| ID | String | The ID of the object deleted. |
| Success | String | This field is true if the object was deleted, false otherwise. |