---
title: "Remove a user from a group"
method: DELETE
path: "/me/groups/{group_id}"
tags: ["Groups\\Subscriptions"]
---

# Remove a user from a group

`DELETE /me/groups/{group_id}`

This method removes a single user from the specified group.

## Path parameters

- `group_id` number, required

## Response `204`

The user left the group.

## Other responses

- `403` — The authenticated user owns the group. To remove this user, first apply a new group owner through PATCH.

---

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