Unfollow User
User Follow Operations
Unfollow User
Unfollow a user by their user ID
DELETE
Unfollow User
Removes the follow relationship between the authenticated user and the specified user. This is a convenience alternative to Delete Follow — it looks up the follow record by user ID rather than requiring the follow ID.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.
Path Parameters
The Replyke user ID (UUID) of the user to unfollow.
Response
On success, returns HTTP204 with no body.
Error Responses
Not Following — 404
Not Following — 404
See Also
useUnfollowUserByUserIdhook- Delete Follow — remove by follow ID instead

