---
title: "Delete a project"
method: DELETE
path: "/me/projects/{project_id}"
tags: ["Projects\\Essentials"]
---

# Delete a project

`DELETE /me/projects/{project_id}`

## Path parameters

- `project_id` number, required

## Request body

- object
  - `should_delete_clips` boolean — Whether to delete all the videos in the project along with the project itself.

## Response `204`

The project was deleted.

## Other responses

- `401` — The user credentials are invalid. Returns a unique error code of `8000`.
- `403` — You cannot delete the project. Returns a unique error code of `3200`.
- `404` — If project was not found. Returns a unique error code of `5000`.

## Changes

- **2018-12-05** `26f856a94041` — 1 warning, 1 info
  - deleted the `query` request parameter `should_delete_clips`
  - added optional request body

[Change history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/me/projects/:project_id/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/26f856a94041/schema)
