cURL
curl --request DELETE \ --url https://api.replyke.com/api/v6/:projectId/users/:userId/follow
Unfollow a user
Invalid User ID - 400 Bad Request
{ "error": "Invalid userId", "code": "follow/invalid-user-id" }
Self-Unfollow Attempt - 400 Bad Request
{ "error": "Cannot unfollow yourself", "code": "follow/self-follow" }
Not Following - 404 Not Found
{ "error": "Not currently following this user", "code": "follow/not-following" }
Server Error - 500 Internal Server Error
{ "error": "Internal server error", "code": "follow/server-error" }