---
title: "Release an enhanced email address"
method: DELETE
path: "/addresses/{email}"
tags: ["Addresses"]
---

# Release an enhanced email address

`DELETE /addresses/{email}`

Removes this enhanced private address from ownership by the account. Any email received to the
address's inbox will be public in the future, unless the address was under a custom domain
which is set private.

## Query parameters

- `deleteAddressMessages` boolean

## Response `200`

successfully released address

## Other responses

- `400` — Not currently owned by the current account, or already deleted.
- `401` — Owned by another account.

---

[API](https://skmtc.dev/mailsac/apis/mailsac-api-specification.md) · [All operations](https://skmtc.dev/mailsac/apis/mailsac-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mailsac/mailsac-api-specification/revisions/5f8b55c76229/schema)
