Endpoint
DELETE /orgs/:org/outside_collaborators/:username.
Docs
Removing a user from this list will remove them from all the organization's repositories.
Remove outside collaborators API documentation
Response
HTTP Status Code
204 No Content
Response if user is a member of the organization
HTTP Status Code
422 Unprocessable Entity
JSON payload
{
"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"
}
Endpoint
DELETE /orgs/:org/outside_collaborators/:username.Docs
Removing a user from this list will remove them from all the organization's repositories.
Remove outside collaborators API documentation
Response
HTTP Status Code
204 No ContentResponse if user is a member of the organization
HTTP Status Code
422 Unprocessable EntityJSON payload
{ "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" }