Delete Route
Deletes a route in Cortado.js by its unique ID. Removes route and configuration.
https://api.cortado.com/v1/routing/{route_id}
Request
No body required. Route ID passed in path. Authentication is required to ensure the user’s permission.
Parameters
Parameters | Type | Description |
---|---|---|
| string | Unique identifier of the route |
| string | Bearer token for authentication |
Based on the steps above, your code might look something like this. It brings together the key concepts covered — from setup and configuration to routing, authentication, or event handling. Feel free to adapt it to suit your specific use case.
Response
Returns confirmation message on successful deletion or error if unauthorized/not found.
Last updated on
Jul 27, 2025