---
title: "Delete transcription"
method: DELETE
path: "/transcriptions/{id}"
tags: ["Transcriptions"]
---

# Delete transcription

`DELETE /transcriptions/{id}`

Soft-delete a transcription by ID.

## Path parameters

- `id` string, uuid, required

## Response `204`

Transcription deleted.

## Other responses

- `404` — Transcription not found.

---

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