Revokes every FluentCommunity management role from a user, leaving their WordPress account and community profile intact.
Endpoint
Method:
DELETEPath:
/admin/managers/{user_id}Edition: PRO
Controller:
ProAdminController@deleteManagerRoute source:
fluent-community-pro/app/Http/Routes/api.php:12Controller source:
fluent-community-pro/app/Http/Controllers/ProAdminController.phpRequires the FluentCommunity community-admin permission (or a WordPress super admin).
Requires FluentCommunity Pro.
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.
DELETE Delete Admin Manager
Revokes every FluentCommunity management role from a user, leaving their WordPress account and community profile intact.
Controller: ProAdminController@deleteManager
Route source: fluent-community-pro/app/Http/Routes/api.php:12
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
User ID extracted from the URL path.
Responses
Successful response