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

Route comment_delete

src/opencdeserver/api/app/api/bcf.py:None–None  ·  view source on GitHub ↗
router.delete(
    "/bcf/3.0/projects/{project_id}/topics/{topic_id}/comments/{comment_id}", tags=["comment_delete"], status_code=200
)

Source from the content-addressed store, hash-verified

1from uuid import UUID
2
3from fastapi import APIRouter, Depends, HTTPException, UploadFile
4from fastapi.responses import FileResponse

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected