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

Method delete_comment

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

Source from the content-addressed store, hash-verified

363 )
364
365 def delete_comment(self, project_id: str = "", topic_id: str = "", comment_id: str = "") -> tuple[int, str]:
366 return self.delete(f"/projects/{project_id}/topics/{topic_id}/comments/{comment_id}")
367
368 def update_comment(
369 self,

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.95

Tested by

no test coverage detected