---
title: "Remove a video from a group"
method: DELETE
path: "/groups/{group_id}/videos/{video_id}"
tags: ["Groups\\Videos"]
---

# Remove a video from a group

`DELETE /groups/{group_id}/videos/{video_id}`

This method removes a single video from the specified group.

## Path parameters

- `group_id` number, required
- `video_id` number, required

## Response `204`

The video was deleted.

## Other responses

- `403` — The authenticated user can't modify this group's videos.

---

[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/versions/ea882e0224a4/schema)
