router.delete(
"/bcf/3.0/projects/{project_id}/topics/{topic_id}/comments/{comment_id}", tags=["comment_delete"], status_code=200
)
| 1 | from uuid import UUID |
| 2 | |
| 3 | from fastapi import APIRouter, Depends, HTTPException, UploadFile |
| 4 | from fastapi.responses import FileResponse |
nothing calls this directly
no outgoing calls
no test coverage detected