---
title: "Delete Upload"
method: DELETE
path: "/api/v1/uploads"
tags: ["Uploads"]
---

# Delete Upload

`DELETE /api/v1/uploads`

Delete an uploaded file.

The file must belong to the authenticated user. Returns `FILE_NOT_FOUND`
when the upload cannot be found.

## Query parameters

- `file_url` string, required — URL of the uploaded file to delete.

## Response `200`

Successful Response

- 'ok'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/todoist/apis/todoist-api.md) · [All operations](https://skmtc.net/todoist/apis/todoist-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/todoist/todoist-api/revisions/69a962f1578f/schema)
