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.
useDownvoteEntity
Overview
TheuseDownvoteEntity hook provides a way to downvote an entity.
Usage Example
Parameters & Returns
Parameters
ThedownvoteEntity function returned by the hook accepts a single object with the following field:
The ID of the entity to be downvoted.
Returns
The function returns aPromise<Entity> representing the API response:
The updated entity after it is successfully downvoted.

