Path: /api/v1/user/delete-cache
Method: POST
Description Used to clear the local cache generated by all open browsers. If the disk space is insufficient, you can use this interface to clear all locally cached data generated by open browsers to free up space. For account security, please ensure that there are no open browsers on the device when using this interface. Update to V2.4.7.4 or higher is required.
Notes: This interface will delete all local account cache data, please use it with caution. If you want to delete the cache after opening the specified account, you can use 'clear_cache_after_closing' in the startup browser interface.
Request Parameters
//Operation succeeded
{
"code":0,
"msg":"success"
}
//If the current user has an open browser, the execution will fail
{
"code":-1,
"msg":"There are currently open browsers, please close them before deleting the cache"
}