MCPcopy Create free account
hub / github.com/geekcomputers/Python / delete_course

Route delete_course

fastapi.py:None–None  ·  view source on GitHub ↗
app.delete("/courses/{course_id}")

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI
2from pydantic import BaseModel
3from typing import Optional
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected