Recursive Delete In Nestedbehavior

i want to delete parent and child recursively.

Hi,

sorry I don’t understand.

can you please give me detail what actually you want?

I’m going to take a wild guess, but it sounds like something that can be done with a standard delete action via a controller on the top-most parent element, and the rest of its children could be deleted with a CONSTRAINT ON DELETE CASCADE (for MySQL).