Skip to main content

Delete Record

Description

Salesforce (REST): Delete Record step deletes a single Salesforce record.

References:

API – Delete Record: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_delete_record.htm

Connection – Salesforce

No.Field NameDescription
1Step NameName of the step. This name has to be unique in a single workflow.
Connection
1Instance URLSpecify the instance URL of Salesforce instance.

This field is mandatory.
2Consumer Key / Client IDSpecify the connected app’s consumer key which is found on the connected app’s Manage Connected Apps page or from the connected app’s definition.

This field is mandatory.
3Consumer Secret / Client SecretSpecify the connected app’s consumer secret, which can be found on the connected app’s Manage Connected Apps page or from the connected app’s definition.

This field is mandatory.
4Refresh TokenSpecify a Refresh Token to obtain a new Access Token.

This field is mandatory.
5Test ConnectionClick to verify whether the connection is established or not.

Note: Test Connection will only work with static (hardcoded) values and environment variables. It will not work for the previous step fields.

Input Tab – Delete Record from Salesforce

No.Field NameDescription
1ModuleSelect the module name from which to delete the record.

This field is mandatory.
2GetOn click of this button, if the connection is successfully established, it populates the list of module names on the Salesforce instance.

Note: Get button will only work with static (hardcoded) values and environment variables. It will not work for the previous step fields.
3Record IDSpecify the record ID of the record you want to delete.

This field is mandatory.

Note: Record ID can be found in the URL as shown in the following examples:

a. Incident: SF

b. Account: alt text