---
title: "Delete An Audio"
method: DELETE
path: "/v1/audios/{audio_id}"
tags: ["Audio Emotion API"]
---

# Delete An Audio

`DELETE /v1/audios/{audio_id}`

Deletes a specific audio file and all associated emotion analysis data from the system. This action is irreversible.

## Path parameters

- `audio_id` string, required — Unique identifier of the audio to be deleted

## Response `200`

Successful Response

- AudioDeleteResponse — Response model after deleting audio. Inherits: ResponseStatus: Generic success/error status model.
  - `id` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/74ceee4a5c98/schema)
