---
title: "Remove outside collaborator from an organization"
method: DELETE
path: "/orgs/{org}/outside_collaborators/{username}"
tags: ["orgs"]
---

# Remove outside collaborator from an organization

`DELETE /orgs/{org}/outside_collaborators/{username}`

Removing a user from this list will remove them from all the organization's repositories.

## Path parameters

- `org` string, required
- `username` string, required

## Response `204`

Response

## Other responses

- `422` — Unprocessable Entity if user is a member of the organization

---

[API](https://skmtc.net/github/apis/api-github-com.md) · [All operations](https://skmtc.net/github/apis/api-github-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/api-github-com/revisions/a367f7028301/schema)
