useDeleteEntity
Overview
TheuseDeleteEntity hook is used to delete an existing entity within the project. It ensures the specified entity is removed by making an authenticated request to the server.
Usage Example
Parameters & Returns
Parameters
The hook returns a function that accepts an object with the following fields:The ID of the entity to be deleted.

