Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
branches
/
{branchId}
/
attributes
/
{attributeId}
Delete attribute
curl --request DELETE \
  --url https://api.us.poly.ai/v1/agents/{agentId}/branches/{branchId}/attributes/{attributeId} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Response

200

Attribute deleted

Last modified on April 22, 2026