---
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.

---

[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/805150503452/schema)
