Skip to content
View as Markdown

POST Reset Database​

POST
/setting/reset_db

Drop and recreate all FluentCRM database tables. This is a destructive operation that deletes all CRM data including contacts, campaigns, funnels, and logs. Requires the manage_options capability and the FLUENTCRM_IS_DEV_FEATURES constant to be defined as true in wp-config.php.

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​

Database tables reset successfully.

application/json
JSON
{
"message": "string",
"tables": [
"string"
]
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI