Delete an inbound routing rule by id. Pair with createRoute to register and tear down a webhook destination — e.g. an automation platform subscribing on enable and cleaning up on disable.
HTTP: DELETE /api/routes/{id}
| Name | In | Description |
|---|---|---|
id |
path | — |
ok-response — see the ok-response schema.
Object res = mk.deleteRoute("rte_1");