Last Updated: Feb 14, 2022
Use this function to delete a record from Salesforce for the input record_id.
Delete Record (token, username, password, record_id)
Input Parameter Name | Description |
---|---|
token | Token used to connect to particular Salesforce account |
username | Salesforce account username |
password | Salesforce account password |
record_id | ID of the record to be deleted |
To know more about token, click here.
To get record_id:
- Log in to Salesforce, go to All Apps->Services->Accounts.
- Click on account name to get the record_id.
Return Value | Description |
---|---|
Output |
|
Delete Record (ABCDCEF, john@gmail.com, pass@123, ER900)
To view all the Salesforce functions, click here.