---
title: "Delete Agent Hold Audio"
method: DELETE
path: "/v1/convai/agents/{agent_id}/hold-audio"
tags: ["Agents Platform"]
---

# Delete Agent Hold Audio

`DELETE /v1/convai/agents/{agent_id}/hold-audio`

Removes the agent's custom hold audio; queued callers hear the default hold tone again.

## Path parameters

- `agent_id` string, required — The id of an agent. This is returned on agent creation.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- DeleteAgentHoldAudioResponseModel
  - `agent_id` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-11** `8125bd2e0ff9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/changes/v1/convai/agents/:agent_id/hold-audio/delete.md)

---

[API](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/revisions/4a6716242c9e?raw)
