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 [Repository_MyRepository].[RemoveCollaborator] Login='user'
Input
| Name | Type | Description |
| Login | String | 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. |