curl --request DELETE \
--url https://api.replyke.com/api/v6/:projectId/api/v7/users/:userId/followUnfollow a user by their user ID
curl --request DELETE \
--url https://api.replyke.com/api/v6/:projectId/api/v7/users/:userId/follow204 with no body.
Not Following — 404
{
"error": "Follow relationship does not exist.",
"code": "follow/not-found"
}
useUnfollowUserByUserId hook