v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
Cache

Clear cache entry by cache ID

Deletes a single cache entry by its storage ID. Read the cache ID from extra_fields.cache_debug.cache_id on a prior response — it is populated on both cache hits and cache misses.

delete/api/cache/clear/{cacheId}

Path parameters

cacheIdstring required

Storage ID of the cache entry to delete

Response

Cache cleared successfully

messagestring

Example response

{
  "message": "Cache cleared successfully"
}