user
scope.Authorization: Bearer ********************
curl --location --request DELETE 'https://api.github.com/user/emails' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
"octocat@github.com",
"mona@github.com"
]
}'
{}
【GitHub】API开发者 微信交流群
用微信扫右侧二维码,加入【GitHub】API开发者 交流群,互助沟通