destroy action based on filters
I currently have a read action and I pass the result to the default destroy action, is it possible to have a destroy action which includes the read part? It seems like destroy only works when passing along the objects
So basically I want to destroy the results of
So basically I want to destroy the results of
Solution
okay so you want to call it via a code interface. you can add the option
require_reference?: false to the code interface, and then provide your own filters etc. in the action. (make sure to specify filters or it will delete everything)