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.

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