apps
Delete an app token
OAuth or GitHub application owners can revoke a single token for an OAuth application or a GitHub application with an OAuth authorization. You must use Basic Authentication when accessing this endpoint, using the application's client_id and client_secret as the username and password.
delete/applications/{client_id}/token
Path parameters
client_idstring required
The client ID of the GitHub app.
Request body
Response
Response