MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / delete_topic

Method delete_topic

src/bcf/bcf/v3/bcfapi.py:284–285  ·  view source on GitHub ↗
(self, project_id: str = "", topic_id: str = "")

Source from the content-addressed store, hash-verified

282 return self.put(f"/projects/{project_id}/topics/{topic_id}", data=data)
283
284 def delete_topic(self, project_id: str = "", topic_id: str = "") -> tuple[int, str]:
285 return self.delete(f"/projects/{project_id}/topics/{topic_id}")
286
287 def get_snippet(self, project_id: str = "", topic_id: str = "") -> tuple[int, str]:
288 headers = {

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.95

Tested by

no test coverage detected