access_token
in the path parameter. We have introduced new endpoints that allow you to securely manage tokens for OAuth Apps by moving access_token
to the request body. For more information, see the blog post.client_id
and client_secret
as the username and password.Authorization: Bearer ********************
curl --location --request DELETE 'https://api.github.com/applications//tokens/' \
--header 'Authorization: Bearer <token>'
{}
【GitHub】API开发者 微信交流群
用微信扫右侧 二维码,加入【GitHub】API开发者 交流群,互助沟通