Skip to content
View as Markdown

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.

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
integer
Required

Responses​

Manager removed successfully.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI