Delete An Impersonation Oauth Token

This API operation allows GitHub administrators to delete an OAuth token that has been created for impersonating a specific user. By sending a DELETE request to the endpoint with the target username, admins can revoke impersonation tokens that were previously generated for administrative purposes, such as debugging or user support. This helps maintain security by ensuring that impersonation access can be promptly removed when no longer needed, preventing unauthorized or prolonged access to us...