Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
deployed-voices
/
{deployedVoiceId}
Delete a deployed voice
curl --request DELETE \
  --url https://api.us.poly.ai/v1/agents/{agentId}/deployed-voices/{deployedVoiceId} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.poly.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

agentId
string
required
deployedVoiceId
string
required

Deployed voice ID

Response

Deleted

Result of deleting a deployed voice.

success
boolean
required

True when the deployed voice was removed

Last modified on May 22, 2026