MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / users_delete

Function users_delete

examples/blacksheep/server.py:52–54  ·  view source on GitHub ↗
(id: UUID)

Source from the content-addressed store, hash-verified

50
51@app.router.delete("/{id}")
52async def users_delete(id: UUID) -> Response:
53 await Users.filter(id=id).delete()
54 return no_content()

Callers

nothing calls this directly

Calls 2

deleteMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…