---
title: "Delete a cached audio entry"
method: DELETE
path: "/v1/agents/{agentId}/audio-cache/{entryId}"
tags: ["Audio Cache"]
---

# Delete a cached audio entry

`DELETE /v1/agents/{agentId}/audio-cache/{entryId}`

Delete a cached audio entry and its associated audio file from storage. The entry is permanently removed and cannot be recovered.

## Response `200`

Successful response

- DeleteAudioCacheEntryResponse
  - `success` boolean, required

## Other responses

- `400` — Invalid request – `entryId` is not a numeric ID
- `401` — Unauthorized – missing or invalid API key
- `403` — Forbidden – the API key does not have `write` permission on the audio cache resource
- `404` — Resource not found

---

[API](https://skmtc.net/poly/apis/polyai-agents-api.md) · [All operations](https://skmtc.net/poly/apis/polyai-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly/polyai-agents-api/versions/76f3c606e395/schema)
