Skip to main content
DELETE
Delete an inbound email route

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

routeId
string
required

Response

200 - application/json

Deletion acknowledgement inside the standard { data, meta } envelope: data is { ok: true } once the route is removed and will no longer match or forward incoming email. An unknown routeId returns 404.

The response is of type object.