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

# Delete transcription

`DELETE /voice/transcription/{id}`

Deletes a transcription job. For managed vault jobs (tr_*), also removes local job records and managed transcript result objects. Idempotent: returns success if already deleted.

## Path parameters

- `id` string, required

## Response `200`

Delete operation processed (including idempotent success)

## Other responses

- `400` — Missing transcription ID
- `401` — Invalid API key
- `403` — API key does not have access to voice/transcription service
- `404` — Transcription not found or access denied

---

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