---
title: "Remove an organization member"
method: DELETE
path: "/orgs/{org}/members/{username}"
tags: ["orgs"]
---

# Remove an organization member

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

Removing a user from this list will remove them from all teams and they will no longer have any access to the organization's repositories.

## Path parameters

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

## Response `204`

Response

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-6.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-6/versions/15db3fa0759b/schema)
