---
title: "Complete a user's streaming upload"
method: DELETE
path: "/users/{user_id}/uploads/{upload_id}"
tags: ["Videos\\Uploads"]
---

# Complete a user's streaming upload

`DELETE /users/{user_id}/uploads/{upload_id}`

This method returns all the embed presets that belong to the specified user.

## Path parameters

- `upload_id` number, required
- `user_id` number, required

## Query parameters

- `signature` string, required
- `video_file_id` number, required

## Response `201`

The streaming upload is complete.

## Other responses

- `400` — Error code 2502: The format of the video file is invalid.
- `404` — * Error code 5006: No such video file exists. * Error code 5007: No such signature exists. * Error code 8400: The signature is invalid.
- `500` — Error code 4011: The upload server returned an HTTP status code other than 200.

---

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