---
title: "Delete a connector instance"
method: DELETE
path: "/connectors/{connectorInstanceId}"
tags: ["Connectors"]
---

# Delete a connector instance

`DELETE /connectors/{connectorInstanceId}`

Deletes or tombstones the connector registration according to the runtime implementation.
This removes the connector registry entry, but implementations should treat Party,
Identity, Identifier, audit, and historical run data according to their own retention rules.

## Path parameters

- `connectorInstanceId` string, uuid, required — Stable platform identifier for a configured connector instance.

## Response `204`

Connector instance deleted.

## Other responses

- `401` — Authentication is required.
- `404` — The requested resource was not found.

---

[API](https://skmtc.net/sphereon-opensource/apis/connector-integration-profile-api.md) · [All operations](https://skmtc.net/sphereon-opensource/apis/connector-integration-profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sphereon-opensource/connector-integration-profile-api/versions/60cb8c70871b/schema)
