Salesforce · Arazzo Workflow
Salesforce Delete Record
Version 1.0.0
Delete an SObject record by id after confirming it exists.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
delete-record
Confirm a Salesforce SObject record exists, then delete it by id.
Reads the target record by SObject type and id to confirm it exists, then deletes it.
1
getRecord
getRecord
Retrieve the record by SObject type and id to confirm it exists before deleting it.
2
deleteRecord
deleteRecord
Delete the record by SObject type and id. Returns no body on success (HTTP 204).