Delete a channel route

View as Markdown

Soft-deletes (archives) a route so it no longer handles deliveries. Authorization: organization administrators only. Returns 404 if the channel or route is missing.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

channelIdstringRequired
routeIdstringRequired

Response

Acknowledgement.