Demote Site Administrator

The GitHub User API endpoint DELETE /users/{username}/site_admin is used to revoke site administrator privileges from a specified user account. This operation demotes a user who currently has site-wide administrative access, removing their elevated permissions while maintaining their regular user account. The endpoint requires authentication with appropriate administrative credentials and accepts the target username as a path parameter. Upon successful execution, the specified user will no lo...