---
title: "Delete a Recording Transcription."
method: DELETE
path: "/Accounts/{AccountSid}/Transcriptions/{Sid}"
tags: ["Recording Transcriptions"]
---

# Delete a Recording Transcription.

`DELETE /Accounts/{AccountSid}/Transcriptions/{Sid}`

Delete a recording transcription from your account. If the delete is successful, a 204 response, with no body, will be returned.

#### Permissions
The API token must include the following scopes: _Voice_.

## Path parameters

- `AccountSid` string, uuid, required
- `Sid` string, uuid, required

## Response `204`

204 No Content response.

## Other responses

- `401` — 401 Unauthorized response.
- `404` — 404 Not Found response.

## Changes

- **2026-01-15** `3c88f14db21e` — 2 breaking, 2 info
  - added the new path request parameter `AccountSid`
  - added the new path request parameter `Sid`
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Transcriptions/:Sid/delete.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/dab5a930a50e/schema)
