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

Response

204

Topic deleted

Last modified on April 22, 2026