Skip to content
View as Markdown

GET Reset System Logs​

GET
/setting/system-logs/reset

Delete all system log entries. Despite using the GET method, this is a destructive operation that removes all records from the system logs table.

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 successfully.

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

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI