Roo generates REST style controllers, right. Every domain object and the corresponding web controller has a remove() and corresponding delete() method. Is it possible to generate a REST style controller method to delete multiple entries at once?

Background: Think of a grid with a checkbox column to select multiple entities to be deleted.

Any ideas?

Cheers Fireball