cURL
curl --request DELETE \ --url http://localhost:8000/v1/routes/{route_id}
{ "id": "route_01HYX3MPK5XJQJG0NB0PRSDVWC", "object": "route", "deleted": true }
Permanently deletes a route and its associated telemetry data.
The unique route resource ID (prefixed with route_)
route_
"route_01HYX3MPK5XJQJG0NB0PRSDVWC"
Route deleted successfully
The deleted route ID
route
"route"
true