Skip to main content

Delete Route

DELETE /v1/routes/:id
Permanently deletes a route and all of its environment overrides.

Path Parameters

ParameterTypeDescription
iduuidThe route ID

Response

{
  "data": { "deleted": true },
  "meta": { "request_id": "550e8400-e29b-41d4-a716-446655440000" }
}

Errors

StatusTypeDescription
404not_foundRoute not found