# Delete domain

> Remove a domain and stop processing its mail.

`DELETE https://inboundr.net/api/v1/domains/{id}`

Removes the domain and its email identity. Mail to it stops being processed
immediately. Stored emails are retained.

<ParamField path="id" type="string" required>
  The domain id (`dom_…`).
</ParamField>

<ResponseExample>
```text 204
No Content
```
</ResponseExample>

<Note>Returns `404` if the domain doesn't exist or isn't yours.</Note>
