How to delete the multiple rows in a spreadsheet?

May I know, How to delete the multiple rows in a spreadsheet at the same time?
For example, I want to delete the multiple rows in the below image at the same time.

image

I found in the document to delete the row.
But, that is the delete function for a single row and range.

image

@EdenOo
you can try to remove from datatable directly

$$("ss").$$("cells").remove([3, 6, 9, 12]);