curl --request DELETE \
--url https://api.tryarchitect.com/v0/topics/{topic_id} \
--header 'x-api-key: <api-key>'{
"success": true
}Delete a knowledge topic.
curl --request DELETE \
--url https://api.tryarchitect.com/v0/topics/{topic_id} \
--header 'x-api-key: <api-key>'{
"success": true
}Was this page helpful?