---
title: "Delete an email address for the authenticated user"
method: DELETE
path: "/user/emails"
tags: ["users"]
---

# Delete an email address for the authenticated user

`DELETE /user/emails`

OAuth app tokens and personal access tokens (classic) need the `user` scope to use this endpoint.

## Request body

- union
  - object — Deletes one or more email addresses from your GitHub account. Must contain at least one email address. **Note:** Alternatively, you can pass a single email address or an `array` of emails addresses directly, but we recommend that you pass an object using the `emails` key.
    - `emails` string[], required — Email addresses associated with the GitHub user account.
  - string[]
  - string

## Response `204`

Response

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `422` — Validation failed, or the endpoint has been spammed.

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-2.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-2/versions/8ae6d0c8716e/schema)
