Github API - Test Config

DELETE /applications/{client_id}/token
apps

OAuth application owners can revoke a single token for an OAuth application. You must use Basic Authentication when accessing this endpoint, using the OAuth application's client_id and client_secret as the username and password.
Delete an app token

Arguments
key client-id

client-id [scalar]

The client ID of the GitHub app.

API:
Github Open API
(version: 1.1.4)

Returns
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)