---
title: "Delete audio"
method: DELETE
path: "/v0/uploads/audio/{audioIdOrChecksum}"
tags: ["Assets"]
---

# Delete audio

`DELETE /v0/uploads/audio/{audioIdOrChecksum}`

Use the delete audio endpoint to delete an audio file.

## Path parameters

- `audioIdOrChecksum` string, required

## Response `200`

List of deleted audio ids

- PartnerAudioDeleteResponse
  - `audioFilesRemoved` string[], required

## Other responses

- `202` — List of audio files marked for deletion
- `401` — Unauthorized. Most likely your access token has expired.
- `429` — Rate limit exceeded.

---

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