Removes the follow relationship from the current user to the named member.
Endpoint
Method:
POSTPath:
/profile/{username}/unfollowEdition: PRO
Controller:
FollowController@unfollowRoute source:
fluent-community-pro/app/Http/Routes/api.php:132Controller source:
fluent-community-pro/app/Http/Controllers/FollowController.phpRequires FluentCommunity Pro with the
followers_modulefeature enabled.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
POST Unfollow Profile User
Removes the follow relationship from the current user to the named member.
Controller: FollowController@unfollow
Route source: fluent-community-pro/app/Http/Routes/api.php:132
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Username extracted from the URL path.
Responses
Successful response