We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d1c76 commit 138e972Copy full SHA for 138e972
docs/tutorial/fastapi/delete.md
@@ -12,8 +12,6 @@ We get a `hero_id` from the path parameter and verify if it exists, just as we d
12
13
And if we actually find a hero, we just delete it with the **session**.
14
15
-
16
17
{* ./docs_src/tutorial/fastapi/delete/tutorial001_py310.py[ln:89-97] hl[3:11] *}
18
19
After deleting it successfully, we just return a response of:
0 commit comments