Skip to content
View as Markdown

DELETE Deactivate License​

DELETE
/campaign-pro-settings/license

Deactivate the current FluentCRM Pro license key. Contacts the licensing server to release the activation slot and removes the stored license key locally.

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​

License deactivated successfully.

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

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI