---
title: Remove a connector
description: Connectors continue to be released outside the IDM release. For the latest documentation, refer to the OpenICF documentation.
component: pingidm
version: 7.2
page_id: pingidm:connector-reference:remove-connector
canonical_url: https://docs.pingidentity.com/pingidm/7.2/connector-reference/remove-connector.html
---

# Remove a connector

|   |                                                                                                                                                                                   |
| - | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | Connectors continue to be released outside the IDM release. For the latest documentation, refer to the [OpenICF documentation](https://docs.pingidentity.com/openicf/index.html). |

|   |                                                                                                                       |
| - | --------------------------------------------------------------------------------------------------------------------- |
|   | If you remove a connector used in a mapping while it's part of a scheduled task, you may see unintended consequences. |

If you're removing a connector, consider the following checklist. Depending on your configuration, this list may not be comprehensive:

* Consider the remote resource. Make sure you no longer need data from that resource, and that the resource no longer requires data from IDM.

* Open the `sync.json` file for your project. Delete the code block associated with the mapping.

* Review the `schedule-recon.json` file. If it contains the schedule for a single operation, delete the file, or update it as a schedule for a different mapping.

When these steps are complete, you can delete the connector configuration file, typically named `provisioner-*.json`.

You can also delete the connector USING the admin UI. Log in as `openidm-admin` and click Configure > Connectors. Find the target connector, select the \[vertical ellipsis] > widget. In the pop-up menu that appears, click Delete. The admin UI will automatically make the specified changes to the noted configuration files.
