---
title: "Delete a connector route"
method: DELETE
path: "/routes/{routeId}"
tags: ["Routes"]
---

# Delete a connector route

`DELETE /routes/{routeId}`

Deletes a route definition. Historical runs, events, and dead letters should remain subject
to audit and retention policies even when the route definition is removed.

## Path parameters

- `routeId` string, uuid, required — Stable identifier for a connector route.

## Response `204`

Connector route 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)
