---
title: "Cancel an upload before processing"
method: DELETE
path: "/uploads/{id}"
tags: ["Uploads"]
---

# Cancel an upload before processing

`DELETE /uploads/{id}`

## Response `200`

Upload cancelled and reserved credits refunded

- UploadOperationResponse
  - `id` string, required
  - `status` 'initiated' | 'uploading' | 'uploaded' | 'processing' | 'awaiting_credits' | 'completed' | 'failed' | 'aborted', required
  - `requiredCredits` integer
  - `additionalCredits` integer

## Other responses

- `400` — Invalid request
- `401` — Missing or invalid API key
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/mediacaption/apis/media-caption-public-api.md) · [All operations](https://skmtc.dev/mediacaption/apis/media-caption-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mediacaption/media-caption-public-api/revisions/fff36efa50d3/schema)
