---
title: "Delete transcription"
method: DELETE
path: "/transcriptions/{transcriptionId}"
---

# Delete transcription

`DELETE /transcriptions/{transcriptionId}`

Deletes the specified transcription. The endpoint is idempotent, meaning it will return the same response even if the transcription has already been deleted.

## Path parameters

- `transcriptionId` string, required

## Response `204`

The resource was deleted successfully.

## Other responses

- `401` — Access token is missing or invalid
- `429` — You are rate limited

---

[API](https://skmtc.net/whereby/apis/whereby-rest-api.md) · [All operations](https://skmtc.net/whereby/apis/whereby-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whereby/whereby-rest-api/revisions/3d9aec0774ff/schema)
