> For the complete documentation index, see [llms.txt](https://doc.wearepatchworks.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.wearepatchworks.com/product-documentation/connectors-and-instances/working-with-instances/removing-an-instance.md).

# Removing an instance

## Introduction

If an instance is no longer required, you can remove it from your `manage connectors` page.&#x20;

## Need to know

An instance cannot be removed if it's currently configured in any process flows (irrespective of whether those process flows are [deployed/enabled](/product-documentation/process-flows/managing-process-flows/flow-deployment.md)).&#x20;

If the instance you need to remove is used in any [process flow connection shapes](/product-documentation/process-flows/building-process-flows/process-flow-shapes/standard-shapes/connector-shape.md), these shapes must be reconfigured or removed first.

## The steps

{% stepper %}
{% step %}
**Access your connectors**

Log in to the [Patchworks dashboard](https://app.wearepatchworks.com/login) and select `process flows` ➤ `connectors & instances` to access the `manage connectors` page.
{% endstep %}

{% step %}
**Access settings for the required instance**

Locate the required connector and click the `settings` (i.e. cog) button. For example:

<div align="left"><figure><img src="/files/YSt7nxTGaOILeJRTWM5Y" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Start the delete operation**

Click the `delete` (i.e. trash) icon at the top of the instance settings page. For example:

<div align="left"><figure><img src="/files/UXh3jfqtG2B1Oq7F1Aty" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
For more information on these options, please refer to [Adding an instance](/product-documentation/connectors-and-instances/working-with-instances/adding-an-instance.md).
{% endhint %}
{% endstep %}

{% step %}
**Confirm the delete operation**

When prompted, confirm that you want to proceed. For example:

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

If this instance is found to be [configured in any process flows](/product-documentation/process-flows/building-process-flows/process-flow-shapes/standard-shapes/connector-shape.md), you'll be prompted to update these before trying again. Otherwise, the instance is removed immediately.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/connectors-and-instances/working-with-instances/removing-an-instance.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.
