DELETE Reset System Logs
DELETE
/setting/system-logs/reset
Delete every system log row. There is no date filter and no confirmation step — the whole table is emptied.
Only system logs are affected. Contact notes and email activity live in the same fc_subscriber_notes table but carry a different status discriminator, so they are untouched.
Export first with GET /setting/system-logs/export if you need a copy.
Required capability: fcrm_manage_settings
Enforced by SettingsPolicy::verifyRequest(), the policy default for this route group.
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
All system logs deleted.
application/json
JSON
{
"message": "string"
}