Clear logs
1. API Description
This API is used to clear all the system logs.
Request mode: POST [ip]/api/log/clear
| Administrator Rights | Logged-in | 
|---|---|
| Yes | Yes | 
2. Input Parameters
None
3. Output Parameters
| Name | Type | Description | 
|---|---|---|
| status | Int | Status code | 
| code | String | Status description | 
4. Example
Clearing all the system logs.
Input Example
None
Output Example
{
    "status": 0,
    "code": "Success"
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.