Clear system search caches
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
DELETE /superuser/search/system/cache
Operation
Operation ID: clearSystemSearchCache
Clears both query-result cache and intent-parser cache namespaces for system-wide search.
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Cache cleared successfully | application/json |
401 | ||
403 |
Schema for response 200 (application/json):
{
"$ref": "#/components/schemas/SystemSearchCacheClearResponse"
}
17 March 2026