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"
}

Changes