---
title: "Remove Allowed Email"
method: DELETE
path: "/api/admin/allowed-emails/{email_id}"
tags: ["admin"]
---

# Remove Allowed Email

`DELETE /api/admin/allowed-emails/{email_id}`

Remove an email address from the approved registration list.

## Path parameters

- `email_id` integer, required

## Response `200`

Successful Response

- DeleteResponse
  - `deleted` boolean, required
  - `id` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
