latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-201,4701,08213.3 MB

905703de9c0f

users

Delete an email address for the authenticated user

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

delete/user/emails

Request body

OR
string[] required
OR
string required

Example request

{
  "emails": [
    "octocat@github.com",
    "mona@github.com"
  ]
}

Response

Response