---
title: "Clear user cache"
method: POST
path: "/clear-cache/"
tags: ["Common - Cache"]
---

# Clear user cache

`POST /clear-cache/`

Invalidate all cached responses scoped to the authenticated user. Under versioned cache keys this bumps the user's scope counter; subsequent reads miss and repopulate with fresh data. Orphan entries age out via TTL.

## Response `200`

Cache invalidated

- object
  - `message` string — Success message
  - `invalidated` string[] — Scope identifiers whose version counters were bumped, e.g. ['user:42'].

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api.md) · [All operations](https://skmtc.dev/crisiscleanup/apis/crisiscleanup-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crisiscleanup/crisiscleanup-api/revisions/3fa73d4b2895/schema)
