bookshelf-cascade-delete
bookshelf-cascade-delete copied to clipboard
Delete specific child of parent item
i am trying to achieve something like this and can not find any documentation in this plugin to achieve it
basically i want to only delete specific items of the parent model without deleting the model
ParentModel.fetch({withRelated: ['items]]}).find({itemId: 200}).destroy()