Removing a user from this list will remove them from all the organization's repositories.
DELETE /orgs/:org/outside_collaborators/:username
Status: 204 No Content
Status: 422 Unprocessable Entity
{
"message": "You cannot specify an organization member to remove as an outside collaborator.",
"documentation_url": "https://developer.github.com/v3/orgs/outside_collaborators/#remove-outside-collaborator"
}