Github API

Getting access, Developing, Testing

Back to Github

Unfollow a user

Unfollowing a user requires the user to be logged in and authenticated with basic auth or OAuth with the user:follow scope.

Input

type: object properties: parameters: type: object properties: username: type: string description: The handle for the GitHub user account. required: - username title: Parameters