---
title: "Remove organization assignments"
method: POST
path: "/enterprises/{enterprise}/teams/{enterprise-team}/organizations/remove"
tags: ["enterprise-team-organizations"]
---

# Remove organization assignments

`POST /enterprises/{enterprise}/teams/{enterprise-team}/organizations/remove`

Unassign an enterprise team from multiple organizations.

## Path parameters

- `enterprise` string, required
- `enterprise-team` string, required

## Request body

- object
  - `organization_slugs` string[], required — Organization slug to unassign the team from.

## Response `204`

Successfully unassigned the enterprise team from organizations.

---

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