---
title: "Clear all cached data for the user"
method: GET
path: "/v1/user/clear-cache"
tags: ["User"]
---

# Clear all cached data for the user

`GET /v1/user/clear-cache`

Deletes all cached entries for web operations (V1 and V2) for the authenticated user. This includes cached results from screenshot, markdown, PDF, scraping, and other web operation endpoints.

## Response `200`

Cache cleared successfully

- object
  - `success` true, required
  - `data` object, required
    - `cleared` boolean, required
    - `message` string, required
    - `details` object, required
      - `v1CacheCleared` number, required
      - `v2CacheCleared` number, required
      - `totalCleared` number, required
      - `method` 'global-api' | 'local-cache', required
      - `globalPurgeSuccess` boolean, required
  - `creditsCost` number — Credits consumed by this operation
  - `requestId` string, uuid, required — Unique request identifier for tracing
  - `timestamp` string, date-time, required — ISO timestamp when the response was generated

## Other responses

- `401` — Authentication required
- `500` — Internal server error

---

[API](https://skmtc.net/weblinq/apis/weblinq-api.md) · [All operations](https://skmtc.net/weblinq/apis/weblinq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weblinq/weblinq-api/versions/364690cf91b7/schema)
