Tool
Delete record
Salesforce REST API Delete Record tool enables seamless deletion of specific records within Salesforce objects using the REST API. It simplifies managing Salesforce data by allowing precise, programmatic removal of entries.
Features
- Supports deletion of any Salesforce object record by specifying object type and record ID.
- Integrates directly with Salesforce REST API for reliable and secure operation.
- Provides a straightforward JSON schema input requiring only sobjectType and recordId.
- Facilitates automation in workflows by enabling record deletions without manual Salesforce UI interaction.
- Includes direct reference to official Salesforce API documentation for clarity and developer support.
Benefits
- Enhances data management efficiency by automating record deletions in Salesforce.
- Reduces manual errors compared to deleting records via Salesforce user interface.
- Improves integration capabilities in automated workflows and applications.
- Speeds up cleanup and maintenance tasks within Salesforce databases.
- Supports better compliance and data governance through precise control over deletions.
Description
Deletes an existing record in an object. See the documentation
Parameters
2 parameters
| Name | Type | Description |
|---|---|---|
| sobjectTyperequired | string | The type of object to delete a record of. |
| recordIdrequired | string | The record to delete. |