RemoveCollaborator
Removes a collaborator from a repository, revoking their access, unstarring repositories, canceling invitations, unassigning issues, denying pull requests, updating related permissions and may delete forks.
Sample
EXECUTE [Information].[RemoveCollaborator] Login='user'
Input
| Name | Type | Required | Description |
| OwnerLogin | String | False | The owner of the repository. |
| Repository | String | True | The name of the repository. |
| Login | String | True | The collaborator's username used to login. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |