Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
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.

