> 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/patchworks-services/service-connectors/removing-a-service-connector.md).

# Removing a service connector

## Introduction

If a connector is not being used in any services and you are an **admin** user, you can remove it from the connector list.&#x20;

{% hint style="warning" %}
You can't delete a connector if it's currently defined as a source or destination in any services, even if those services are inactive. In this scenario, you should [remove the services](/product-documentation/patchworks-services/working-with-services/removing-a-service.md) in question first, then come back to remove the connector.&#x20;
{% endhint %}

## The steps

Follow the steps below:

**Step 1**\
Select **connectors** from the left-hand navigation menu:\
![](/files/JbrOkJMGV0JGc1WJrnTz)

...the **manage your connectors** page is displayed:

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

**Step 2**\
By default, the **live** **connectors** tab is displayed and you'll see any existing connectors that you've defined for live system environments. If you need to remove a test connector, select the **testing connectors** tab:\
\
![](/files/Q058kllShjw45MMdEPCz)

**Step 3**\
Click the 'cog' icon associated with the connector you wish to remove:\
![](/files/ZRY88uspXaWdH3XN6Hiv)

...the [settings page](/product-documentation/patchworks-services/service-connectors/the-anatomy-of-a-service-connector.md) for the connector is displayed:

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

**Step 4**\
Scroll to the end of the page and click the **delete connector** button:

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

**Step 5**\
When prompted, confirm that you wish to proceed:\
![](/files/cVuisXlqVT1Omxjftelo)


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.wearepatchworks.com/product-documentation/patchworks-services/service-connectors/removing-a-service-connector.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
