Skip to main content
Version: 4.xx.xx

useDeleteMany

The useDeleteMany is one of Refine's data hooks. It removes more than one data from the database. We used the useDeleteMany hook to remove more than one record from our table in this scenario. On your table, you may remove multiple records by selecting them and pressing delete. You can get more information by examining the example.

Refer to the Refine useDeleteMany data hook documentation for more information. →

Run on your local
npm create refine-app@latest -- --example table-antd-use-delete-many