d365fo_delete_entity_record
Delete specific records from Dynamics 365 Finance & Operations data entities by specifying entity name and key values. Use this tool to remove outdated or incorrect data entries from your D365FO system.
Instructions
Delete a record from a D365 Finance & Operations data entity.
Args: entity_name: The entity's public collection name or entity set name (e.g., "CustomersV3", "SalesOrders", "DataManagementEntities") key_fields: List of key field names for composite keys key_values: List of key values corresponding to key fields profile: Optional profile name
Returns: Dictionary with deletion result
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_name | Yes | ||
| key_fields | Yes | ||
| key_values | Yes | ||
| profile | No | default |