---
title: "Delete an audio transcription by ID"
method: DELETE
path: "/v1/audio/transcriptions/{transcriptionId}"
tags: ["Audio Transcriptions"]
---

# Delete an audio transcription by ID

`DELETE /v1/audio/transcriptions/{transcriptionId}`

Deletes a single audio transcription based on the ID supplied

## Path parameters

- `transcriptionId` string, required

## Response `200`

Audio transcription deleted

- DeleteResponse
  - `status` string — Status of the response
  - `date` string, date-time — Timestamp of the response

## Other responses

- `400` — unexpected error

---

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