Delete a route
:::callout amber
Not available yet. The management API is documented ahead of its implementation — the request and response shapes below are a stable contract we're committing to, but calling these endpoints today returns 404. Manage routing rules in the dashboard in the meantime. The live gateway endpoints today are POST /v1/chat/completions, POST /v1/embeddings and GET /v1/models.
:::
Permanently delete a routing rule. The change takes effect for new requests within seconds. Prefer disabling the rule if you want a reversible change.
DELETE
/v1/routes/{id}
Coming soon
https://api.routeur.ai
Path parameters
id
string
required
Route id, e.g.
route_01J....Returns
An empty body with status 204.