domains

DELETE /v1/domains/{domainId}/email-routing/enabled

Turn inbound email routing off for a domain.

Усі кінцеві точки domains

Автентифікація

Надішліть ключ API як маркер носія (bearer token). Ключ повинен мати дозвіл domains.dns.manage; ключ без нього відхиляється з кодом 403, а не 404.

Цей кінцевий пункт не потребує ідентифікатора організації. Ваш ключ уже ідентифікує організацію, якій він належить, і відповідь обмежується її межами.

Спробувати

Замініть усе в кутових дужках власними значеннями, а заповнювач ключа — ключем із вашої панелі керування.

curl -X DELETE https://api.zinndigital.com/v1/domains/{domainId}/email-routing/enabled \
  -H "Authorization: Bearer zdk_live_…"

Увійшли в систему? Консоль API у вашій панелі керування автоматично підставляє ваш реальний ідентифікатор організації та ваш власний ключ, а також виконує запит до робочого API, щоб ви могли побачити справжню відповідь. Відкрийте цю кінцеву точку в консолі API

Деталі

Ungated, deliberately: turning routing off gives the customer their mail back rather than taking it, and gating an exit is how a customer gets stuck. Requires `domains.dns.manage`.

Параметри

НазваТипОбов'язковеЩо це таке
domainId (path)UuidТакThe domain's id.

Відповідь

НазваТипОбов'язковеЩо це таке
domain_idUuidТакUUIDv7 identifier — sortable by creation time (docs/02 §8).
fqdnstringТак
supportedbooleanТак
enabledbooleanТак
statusstringТакThe provider's own word for the zone's state. Displayed, never branched on.
dns_readybooleanТакWhether the provider reports the required DNS actually live. Distinct from `enabled` — a zone can be switched on with its `MX` not yet resolving.
planDomainEmailRoutingDnsRecord[]Так
rulesDomainEmailRoutingRule[]Так
catch_allDomainEmailRoutingRuleТак
addressesDomainEmailRoutingAddress[]Так
addresses_readablebooleanТак`false` when the credential could not list destination addresses — a scope a customer's own token may legitimately lack. Separate from an empty `addresses` list, because an empt…
rules_readablebooleanТак`false` when the credential could not list the forwarding rules. `Zone → Email Routing Rules` is a **separate** Cloudflare permission from the one that reads the zone's routing…
status_readablebooleanТак`false` when the credential could not read the zone's routing **settings** — the half that supplies `enabled`, `status`, `dns_ready` and `plan`. On Cloudflare this is a differen…
impactDomainEmailRoutingImpactТакWhat turning routing on would replace, measured against the zone's live records.

Помилки, які може повертати ця кінцева точка

401 · 403 · 404 · 422 · 429 · 503