Skip to content

Delete a route

Removes the route bound to <address>@<domain>. Inbound mail for that address will no longer be processed.

DELETE
/v1/domains/{domain}/routes/{address}

Authorization

Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".

In: header

Path Parameters

domainRequiredstring
addressRequiredstring

Header Parameters

idempotency-keystring

A header for idempotency purposes

Response Body

curl -X DELETE "https://api.novu.co/v1/domains/string/routes/string" \
  -H "idempotency-key: string" \
  -H "Authorization: <token>"
Empty

On this page

No Headings
Edit this page on GitHub