user
scope.curl --location --request DELETE 'https://api.github.com/user/emails' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
"octocat@github.com",
"mona@github.com"
]
}'
{}
array
of emails addresses directly, but we recommend that you pass an object using the emails
key.