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

## Path parameters

- `bindingId` string, uuid, required — Stable identifier for a connector operation binding.

## Response `204`

Operation binding 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)
