---
title: "Delete Email Domain"
method: DELETE
path: "/global_config/recipient-email-domain-allowlist/{domain}"
tags: ["GLOBAL_CONFIG"]
---

# Delete Email Domain

`DELETE /global_config/recipient-email-domain-allowlist/{domain}`

Remove a domain from the allowlist. Owner only.

## Path parameters

- `domain` string, required

## Response `200`

Successful Response

- EmailDomainAllowlistResponse
  - `domains` EmailDomainEntry[], required
    - `domain` string, required
    - `added_by` string, nullable
    - `added_at` string, nullable
    - `status` 'active' | 'paused', required

## Other responses

- `400` — Bad request
- `403` — Not supported for public user
- `404` — Configuration not found
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/a9773752575f/schema)
