Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
telephony
/
phone-numbers
/
{phoneNumber}
Delete a single phone number
curl --request DELETE \
  --url https://api.us.poly.ai/v1/agents/{agentId}/telephony/phone-numbers/{phoneNumber} \
  --header 'x-api-key: <api-key>'
{
  "deleted": "<string>"
}

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
phoneNumber
string
required

Response

Successful response

The phone number that was released.

deleted
string
required

The deleted phone number

Last modified on May 11, 2026