useDeleteComment
Overview
TheuseDeleteComment hook allows users to delete a specific comment by its ID. This is useful for implementing comment moderation or user-controlled deletion features in your application.
Usage Example
Parameters & Returns
Parameters
The hook returns a function that accepts an object with the following field:The ID of the comment to be deleted.

