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