Menu

Delete Cache

Basics

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

Return Data


  //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"
  }

     


Previous
Share Profile
Next
Delete Cache V2
Last modified: 2025-04-24Powered by