DELETE Remove Manager​
DELETE
/campaign-pro-settings/managers/{id}
Remove a FluentCRM manager by their WordPress user ID. This removes all FluentCRM permissions from the user and clears their manager role flag. The WordPress user account itself is not affected.
Required capability: fcrm_manage_settings
Enforced by SettingsPolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro. Without it the route does not exist.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
The WordPress user ID of the manager to remove.
Type
Requiredinteger
Responses​
Manager removed successfully.
application/json
JSON
{
"message": "string"
}