client_id and client_secret as the username and password. You must also provide a valid OAuth access_token as an input parameter and the grant for the token's owner will be deleted.Authorization: Bearer ********************curl --location --request DELETE 'https://api.github.com/applications//grant' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"access_token": "e72e16c7e42f292c6912e7710c838347ae178b4a"
}'{}