---
title: "Delete a specific video from a user's watch history"
method: DELETE
path: "/me/watched/videos/{video_id}"
tags: ["Users\\Watch history"]
---

# Delete a specific video from a user's watch history

`DELETE /me/watched/videos/{video_id}`

This method deletes the specified video from the authenticated user's watch history.

## Path parameters

- `video_id` number, required

## Response `204`

The video was deleted from the authenticated user's watch history.

---

[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)
