---
title: "Abort a Downloader Upload"
method: DELETE
path: "/utilities/downloader-uploads/{id}"
tags: ["Utilities"]
---

# Abort a Downloader Upload

`DELETE /utilities/downloader-uploads/{id}`

Idempotently remove an unchanged staged upload; missing or foreign identities are indistinguishable, and completed uploads are retained

## Path parameters

- `id` string, required

## Response `200`

Upload aborted or already completed

- GithubComAlchemillahqSylveInternalAPIResponseInternalHandlersUtilitiesDownloaderUploadAbortResponse
  - `data` InternalHandlersUtilitiesDownloaderUploadAbortResponse
    - `status` string
    - `uploadId` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `401` — Unauthorized
- `403` — Administrator access required
- `409` — Upload active, changed, or unavailable
- `500` — Internal Server Error
- `503` — Upload persistence unavailable

---

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