External DocumentationTo learn more, visit the Salesforce documentation.
Actions
Delete Record
Deletes records based on the specified object and record ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| ID | The identifier of the object. Can be obtained via the List Records action.For example: 001R0000005hDFYIA2. |
| Object Name | The name of the object. For example: Account. |
| Parameter | Description |
|---|---|
| If Modified Since | An optional parameter specifying a date and time. The request returns records that have been modified after the specified date and time. |
Was this page helpful?