Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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}"
)
52
async
def
users_delete(id: UUID) -> Response:
53
await Users.filter(id=id).delete()
54
return
no_content()
Callers
nothing calls this directly
Calls
2
delete
Method · 0.45
filter
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…