---
title: "Revert an Uploaded File"
method: DELETE
path: "/system/file-explorer/upload"
tags: ["System"]
---

# Revert an Uploaded File

`DELETE /system/file-explorer/upload`

Delete the unchanged file associated with a short-lived, server-issued FilePond upload identity

## Request body

- InternalHandlersSystemDeleteUploadRequest
  - `data` object
    - `uploadId` string

## Response `200`

Upload reverted

- GithubComAlchemillahqSylveInternalAPIResponseAny
  - `data` unknown
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Invalid request or missing upload identity
- `401` — Unauthorized
- `403` — Administrator access or filesystem permission required
- `404` — Upload identity not found, expired, or owned by another user
- `409` — Filesystem entry changed or restore is in progress
- `413` — Request body too large
- `500` — Internal Server Error

---

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