---
title: "Remove a list of videos from a project"
method: DELETE
path: "/me/projects/{project_id}/videos"
tags: ["Projects\\Videos"]
---

# Remove a list of videos from a project

`DELETE /me/projects/{project_id}/videos`

This method removed multiple videos from the specified project.

## Path parameters

- `project_id` number, required

## Query parameters

- `should_delete_clips` boolean
- `uris` string, required

## Response `204`

The videos were removed.

## Other responses

- `400` — Error code 2204: The input is invalid.
- `401` — Error code 8000: The user credentials are invalid.
- `404` — Error code 5000: No such project exists.

## Changes

- **2019-01-25** `4be4cdb8fdd1` — 2 breaking, 1 info
  - added the new required `query` request parameter `uris`
  - removed the request body
  - added the new optional `query` request parameter `should_delete_clips`
- **2018-12-05** `26f856a94041` — 1 breaking, 2 warning
  - added required request body
  - deleted the `query` request parameter `should_delete_clips`
  - deleted the `query` request parameter `uris`

[Change history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/me/projects/:project_id/videos/delete.md)

---

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