pub async fn apps_slash_delete_token(
configuration: &Configuration,
client_id: &str,
apps_delete_authorization_request: AppsDeleteAuthorizationRequest,
) -> Result<(), Error<AppsSlashDeleteTokenError>>
Expand description
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.