---
title: "Delete connector mapping"
method: DELETE
path: "/v1/connector-mappings/{connectorMappingId}"
tags: ["Connectors"]
---

# Delete connector mapping

`DELETE /v1/connector-mappings/{connectorMappingId}`

Deletes one connector mapping.

## Path parameters

- `connectorMappingId` string, typeid, required

## Response `204`

Connector mapping deleted successfully.

## Other responses

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

## Changes

- **2026-08-20** `93df40e2efd5` — 1 info
  - removed the pattern `^cmp_.*` from the `path` request parameter `connectorMappingId`

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/connector-mappings/:connectorMappingId/delete.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/571dc4a74532/schema)
