# Delete entity record

> Delete entity record node for permanently removing a record from a Data Fabric entity in a Flow, without an Integration Service connection.

Deletes a record from a Data Fabric entity. This is a native Flow node — it doesn't require an Integration Service (IS) connection. It works only with entities created inside a VS Code solution. Refer to [Entities in VS Code](entities-in-vs-code.md).

:::warning
Deletes one record permanently from Data Fabric. This can't be undone, and a record still referenced by another record can't be deleted.
:::

## Configuration

The **Identify record by** field determines how the node locates the record to delete:

| Option | Description |
|---|---|
| **Entity name** | Select the **Data Fabric entity** directly, and set a **Filter** (field, operator, value) to identify the record. |
| **Entity reference** | Reuse a record already located by a [Query entity records](node-query-entity-records.md) node earlier in the flow, instead of re-specifying the entity and filter. See [Update entity record](node-update-entity-record.md#configuration) for what this looks like. |

![Delete entity record node's Properties panel set to Entity name, showing a Data Fabric entity picker, a Filter row, and the permanent-deletion warning.](https://dev-assets.cms.uipath.com/assets/images/maestro/node-delete-entity-record-properties-b3807b41.webp)

This node doesn't support the **Error handling** tab.

## Output

Delete entity record doesn't produce an output, since the record no longer exists after the node runs.
