Lifts a block, deleting the relationship row entirely rather than reverting it to a follow.
Endpoint
Method:
POSTPath:
/profile/{username}/unblockEdition: PRO
Controller:
FollowController@unblockRoute source:
fluent-community-pro/app/Http/Routes/api.php:135Controller 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 Unblock Profile User
Lifts a block, deleting the relationship row entirely rather than reverting it to a follow.
Controller: FollowController@unblock
Route source: fluent-community-pro/app/Http/Routes/api.php:135
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Username extracted from the URL path.
Responses
Successful response