Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
audio-cache
/
{entryId}
Delete a cached audio entry
curl --request DELETE \
  --url https://api.us.poly.ai/v1/agents/{agentId}/audio-cache/{entryId} \
  --header 'X-API-KEY: <api-key>'
{
  "success": true
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

agentId
string
required
entryId
string
required

Audio cache entry ID

Response

Successful response

success
boolean
required
Last modified on June 10, 2026