---
title: "Remove user from group"
method: DELETE
path: "/v1/{org_name}/groups/{group_id}/users"
tags: ["Groups"]
---

# Remove user from group

`DELETE /v1/{org_name}/groups/{group_id}/users`

## Path parameters

- `org_name` string, required
- `group_id` string, required

## Query parameters

- `email` string, required

## Response `200`

User successfully removed from group

## Other responses

- `401` — The user doesn't exist within the organization
- `403` — The user is not an admin of the organization or doesn't belong to the organization.

---

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