-
I have the following:
How can I remove an item where id is 1? |
Beta Was this translation helpful? Give feedback.
Answered by
Damien455
Jan 21, 2021
Replies: 1 comment
-
db.remove(doc_ids=[1]) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
msiemens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
db.remove(doc_ids=[1])