# Deleting an inactive process flow version

## Introduction

It's often useful to refer back to an `inactive` version of a flow for a reminder of how things used to be set up. However, retaining multiple `inactive` versions for lots of process flows may impact flow run performance. With this in mind, it's good practice to remove older, `inactive` versions, periodically.&#x20;

## The steps

{% stepper %}
{% step %}
**Access version details for the required process flow**&#x20;

Open settings for the required process flow and scroll down to the `versions` panel.

<figure><img src="/files/DnAsXMNAe4VhHCE7HCiR" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For detailed instructions, please refer to [Accessing process flow versions](/product-documentation/process-flows/building-process-flows/process-flow-versioning/accessing-process-flow-versions.md).
{% endhint %}
{% endstep %}

{% step %}
**Access version actions**

Click the ellipsis icon associated with the `inactive` version that you want to remove, for example:

<figure><img src="/files/HEk3td6afUA9wYeRzSmW" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Remove the inactive version**

Select the `delete` option:

<figure><img src="/files/sqKOuFu3fZ7HlmtXauzX" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The `delete` option is only shown when an `inactive` version is selected.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.wearepatchworks.com/product-documentation/process-flows/building-process-flows/process-flow-versioning/deleting-an-inactive-process-flow-version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
