Disable inbound email receive
DELETE
/domains/{id}/inbound Strips SES inbound MX DNS records from the domain and (when
EVRE_INBOUND_BUCKET is set) deletes the per-domain SES receipt rule.
Idempotent when inbound is already off. Does not require the inbound
capability. Does not delete the project’s inbound route. You should also
remove the MX record at your DNS host.
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
undefined | undefined | no | — |
Operation
| Method | DELETE |
| Path | /domains/{id}/inbound |
| Operation ID | disableDomainInbound |
| Tags | Domains |