---
title: "Remove connector instance"
method: POST
path: "/v1/connector-instances/{connectorInstanceId}/remove"
tags: ["Connectors"]
---

# Remove connector instance

`POST /v1/connector-instances/{connectorInstanceId}/remove`

Removes a connector instance and deletes the plugins, mappings, config objects, and bindings associated with it.

## Path parameters

- `connectorInstanceId` string, typeid, required

## Response `200`

Connector instance removed and cleaned up successfully.

- PluginArchConnectorInstanceRemoveResponse
  - `ok` true, required
  - `item` object, required
    - `deletedConfigObjectCount` integer, required
    - `deletedConnectorMappingCount` integer, required
    - `removedConnectorInstanceId` string, typeid, required — Den TypeID with 'cin_' prefix and a 26-character base32 suffix.

## Other responses

- `400` — The connector instance path parameters were invalid.
- `401` — The caller must be signed in to remove connector instances.
- `403` — The caller lacks permission to remove this connector instance.
- `404` — The connector instance could not be found.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/073bc652adfb/schema)
