Error
A valid request URL is required to generate request examples{
"message": "Cache cleared successfully"
}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}
Error
A valid request URL is required to generate request examples{
"message": "Cache cleared successfully"
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Path Parameters
Storage ID of the cache entry to delete
Response
Cache cleared successfully
Clear cache response
Example:
"Cache cleared successfully"
Was this page helpful?
⌘I

