Delete Browser Data
Description
Permanently deletes on-disk data for a profile (cache, cookies, local storage, etc.). Irreversible.
Request
Method: POST
URL: /api/deleteBrowserData
| Field | Type | Required |
|---|---|---|
| id | int | yes |
json
{ "id": 1 }Response
json
{
"success": true,
"message": "Browser data deleted successfully"
}Stop the profile before deleting if files are locked.
