Error
A valid request URL is required to generate request examples{
"message": "Cache cleared successfully"
}Cache
Clear cache by cache key
Clears a cache entry by its direct cache key.
DELETE
/
api
/
cache
/
clear-by-key
/
{cacheKey}
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
Cache key to clear
Response
Cache cleared successfully
Clear cache response
Example:
"Cache cleared successfully"
Was this page helpful?
⌘I

