What It Does
- Remove outdated or erroneous records in a click.
- Keep your CRM data lean for accurate reporting.
- Automate deal hygiene and reduce manual cleanup.
- Ensure compliance by deleting records systematically.
- Free up space in objects like Leads, Contacts, or custom SObjects.
๐ Getting Started

1
Select Account
Choose your connected Salesforce account.
2
Configure Inputs
Pick the SObject type and specify the Record ID to delete.
Inputs
๐ ๏ธ Required Fields
- Salesforce Account (โ
)
Choose which Salesforce connection to use for deleting the record.
Why it matters: Ensures the right org context for accurate data cleanup. - SObject Type (โ
)
The type of object that holds the record (e.g.,Lead,Contact,Opportunity).
Why it matters: Targets the correct data table for deletion. - Record ID (โ
)
The unique Salesforce record ID to delete.
Why it matters: Precisely identifies which record is removed to avoid mistakes.
๐ฏ Optional Fields
No optional fields for this node.Output
This node returns a confirmation of deletion, including success status and any error messages.Use this output to trigger follow-up actions like logging cleanup events or notifying the team.

How It Works
- Connects to your Salesforce org using the specified account.
- Identifies the object by the given SObject Type.
- Sends a delete request for the Record ID.
- Emits a confirmation response for downstream logging or alerts.
๐ Example Use Cases & Prompts
| Use Case | Setup or Prompt Example |
|---|---|
| Clean Up Duplicate Leads | โDelete lead 00Q1t0000078abc after merging records.โ |
| Remove Test Opportunities | โRemove opportunity 0061t000002Xyz after UAT runs.โ |
| Compliance Data Audit | โAutomate deletion of stale records older than 1 year.โ |
โจ Pro Tips
โ ๏ธ Important Considerations
๐ Troubleshooting & Gotchas
| Symptom | Likely Cause | Quick Fix |
|---|---|---|
| Delete fails with error | Insufficient permissions | Grant delete access or use a different user. |
| Invalid SObject Type | Typo or unsupported object | Verify object API name and retry. |
| Record not found | Wrong Record ID | Confirm ID exists or query before deleting. |
๐ FAQ
Will this affect related records?
Will this affect related records?
Can I delete custom objects?
Can I delete custom objects?
Yes โ just enter the custom SObject API name (e.g.,
CustomObj__c).Is this action reversible?
Is this action reversible?
No โ deleted records are permanently removed unless you have a backup.
๐ฐ Pricing
| Action | Credit Cost |
|---|---|
| Delete Record (per run) | Free |
Action nodes that modify data (like โDelete Recordโ) do not consume credits.
Ready to automate your record cleanup and keep your Salesforce data pristine? Delete records seamlessly โ ๐