Anyone knows if it’s possible to delete documents ...
# prisma-whats-new
u
Anyone knows if it’s possible to delete documents based on some filter and not on ID?
a
Hi, I am a newbie but I was thinking… I know you can query based on filter. So maybe you can query based on some filter and get their IDs.. then you can use those IDs to delete documents There is probably a better way but idk.. just my thought.. :s
u
i’ll do some experiments, thanx!