# Deleting or Disabling a Workflow

## Disabling a Workflow&#x20;

It's possible to disable a workflow regardless of its publication status. Disabling means that the workflow is no longer available in the Make a Request dashboard and cannot be used by the end users. However, the disabled workflow can still be worked on in the workflow builder.

To disable a workflow:&#x20;

{% stepper %}
{% step %}

### Navigate to the Workflow Builder module  &#x20;

In the Workflow Builder module, locate the workflow you want to disable.
{% endstep %}

{% step %}

### Select the workflow record&#x20;

Clicking the workflow record opens the side panel with workflow details.
{% endstep %}

{% step %}

### Open the workflow editing view&#x20;

Click the **edit** or **view** icon next to any available workflow version. This opens the workflow in edit mode.&#x20;
{% endstep %}

{% step %}

### Deactivate the Active button &#x20;

To disable the workflow, toggle the **Active** button.&#x20;

The workflow disappears from the Make a Request dashboard.&#x20;

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

## Deleting a Workflow&#x20;

You can delete a specific workflow version or remove the entire workflow, including all its versions.

### Delete a Workflow Version

{% stepper %}
{% step %}

### Go to the Workflow Builder module&#x20;

In the Workflow Builder module, locate the version of the workflow you want to delete.
{% endstep %}

{% step %}

### Select the workflow record&#x20;

Clicking the workflow record opens the side panel with workflow details and version history.
{% endstep %}

{% step %}

### Under the Actions menu, select Delete&#x20;

Find the workflow version you want to delete. Click the **three dots icon** and select **Delete** from the list. This deletes the version. Deleted workflow versions cannot be retrieved.

{% hint style="info" %}
You can't delete a [published](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-management/publishing-a-workflow-version.md) workflow version.&#x20;
{% endhint %}

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

### Delete a Workflow

{% stepper %}
{% step %}

### Go to the Workflow Builder module&#x20;

Locate the workflow you want to delete.
{% endstep %}

{% step %}

### In Actions, click the Bin icon&#x20;

Select the workflow you wish to delete. In the Actions column, click the Bin icon. Deleted workflow versions cannot be retrieved.

<figure><img src="/files/gk14eq5tcfPuW1p3dfjq" alt=""><figcaption></figcaption></figure>
{% 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://help.security.gallagher.com/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-management/deleting-or-disabling-a-workflow.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.
