Common - Cache

Clear user 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.

post/clear-cache/

Response

Cache invalidated

messagestring

Success message

invalidatedstring[]

Scope identifiers whose version counters were bumped, e.g. ['user:42'].

Changes

No recorded changes to this endpoint across all 1 revision of this API.