I want to delete child objects where I am using parent object id as a reference, when I delete parent object in nodejs mongodb
Asked
Active
Viewed 314 times
1 Answers
2
You need to query over all the relevant records and delete them.
Similarly, check this answer.

ISpoonJelly
- 31
- 6