Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 533 Bytes

File metadata and controls

25 lines (15 loc) · 533 Bytes

deleteRoute

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}

Parameters

Name In Description
id path

Returns

any

Example

res = mk.deleteRoute("rte_1")

← All methods · Docs · mailkite.dev