in reply to Re^2: Catalyst client to server interaction
in thread Catalyst client to server interaction
And, wrap the action in an SQL Transaction. (In MySQL, use "InnoDB" tables so that you have transactions.) This way, all deletes will either all occur successfully or none at all.