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.
Overview
useDeleteComment returns a function that deletes a comment. When used inside a CommentSectionProvider, prefer deleteComment from useCommentSection — it handles the Reddit-style soft-delete UI automatically.
Usage Example
Parameters
The ID of the comment to delete.
Returns
Promise<void> — resolves when the comment is deleted.
