Skip to content

Clear Cache

Description

Clears Chromium Cache and Code Cache for a profile.

Request

Method: POST
URL: /api/clearCache

FieldTypeRequired
idintyes
json
{ "id": 1 }

Response

json
{
  "success": true,
  "message": "Cache cleared successfully"
}

Close the running profile first if cleanup fails due to file locks.