Skip to main content

useDeleteComment

Overview

The useDeleteComment 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:
commentId
string
required
The ID of the comment to be deleted.

Returns

The function does not return a value but ensures the specified comment is deleted upon successful execution.