Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
branches
/
{branchId}
/
knowledge-base
/
topics
/
{topicId}
Delete knowledge base topic
curl --request DELETE \
  --url https://api.us.poly.ai/v1/agents/{agentId}/branches/{branchId}/knowledge-base/topics/{topicId} \
  --header 'X-API-KEY: <api-key>'

Authorizations

X-API-KEY
string
header
required

Path Parameters

agentId
string
required
branchId
string
required
topicId
string
required

Response

Topic deleted

Last modified on June 4, 2026