users
Delete an email address for the authenticated user
This endpoint is accessible with the user scope.
delete/user/emails
Request body
Example request
{
"emails": [
"octocat@github.com",
"mona@github.com"
]
}Response
Response
This endpoint is accessible with the user scope.
{
"emails": [
"octocat@github.com",
"mona@github.com"
]
}Response