---
title: "Delete an operation binding"
method: DELETE
path: "/operation/bindings/{bindingId}"
tags: ["OperationBindings"]
---

# Delete an operation binding

`DELETE /operation/bindings/{bindingId}`

Deletes an operation binding. Implementations should reject deletion while active routes
still depend on the binding, or require those routes to be updated first.

## Parameters

- `./connector-components.yml#/components/parameters/BindingId` — unresolved $ref

## Response `204`

Operation binding deleted.

## Other responses

- `401` — unresolved $ref
- `404` — unresolved $ref

## Changes

- **2026-07-07** `ce35620abccd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sphereon-opensource/apis/connector-registry-api/changes/operation/bindings/:bindingId/delete.md)

---

[API](https://skmtc.dev/sphereon-opensource/apis/connector-registry-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/connector-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/connector-registry-api/revisions/89c3af1a1cf6/schema)
