Overview
Returns a function that removes a follow by itsfollowId. Use this when you have the follow ID available (e.g., from a followers list response). If you only have the user ID, use useUnfollowUserByUserId instead.
Usage Example
Parameters
The hook returns a function. That function accepts:The ID of the follow record to delete.
Returns
The function returnsPromise<void>.
Related
- useUnfollowUserByUserId — unfollow by user ID instead
- useFetchFollowers — returns
followIdin each follower entry

