Skip to content

Remove outside collaborator #24

@jnd71

Description

@jnd71

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"
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions