Frends.Salesforce.DeleteSObject / 3.0.0
Summary
Deletes a record by identifier, and can treat an already-absent record as success rather than a failure.
Typical use — removals driven by the system of record, where tolerating a missing record keeps a re-run quiet
Input-class for DeleteSObject-task.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SObjectId | String |
– | abcdefghijkl123456789 |
SObject id. |
| SObjectType | String |
Account |
Account |
SObject type. Can be Account, Case, CustomObject, CustomSettings, CustomMetadata, etc... |