# Delete Execution

Delete unnecessary execution data.

---

Suger recommends avoiding the storage of unnecessary data to prevent excessive growth of the database.

For instance, execution data generated by a Snowflake node that queries and updates database records typically is not required for subsequent processing, as these operations have already been completed.

## Operations

This node has no parameters. Just put it at the end of the workflow to delete the execution data.

<img src="/img/workflow/delete-execution/node.png" alt="Delete Execution workflow node" style="max-width:272px;width:100%;display:inline;margin:0 auto;box-shadow:5px 5px 5px #eee" />

The execution data will **NOT** be saved and will **NOT** be shown in the **Executions** tab.
