Skip to content
View as Markdown

POST Disable SMS​

POST
/campaign-pro-settings/sms/disable

Disable the SMS module entirely. This sets the SMS enabled flag to 'no' and updates the experimental settings. Provider credentials are preserved but the module is deactivated.

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)

Responses​

SMS module disabled successfully.

application/json
JSON
{
"message": "string",
"reload": true
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI