Skip to main content

Retire a connector

DELETE 

/v1/admin/connectors/:connectorKey

Marks the connector retired. The row is not deleted — existing references stay resolvable so any in-flight request that has already resolved a route still completes — but the connector stops appearing in GET /connectors.

Rejected with 409 (CRT009002) if any active routing policy still targets this connector. Resolution path: PUT a replacement policy that does not target this connector first, then retry the retire.

Request

Responses

Connector retired successfully