cURL
curl --request DELETE \ --url http://localhost:8080/api/cache/clear-by-key/{cacheKey}
{ "message": "<string>" }
Clears the semantic cache entry associated with a specific cache key.
The cache key to clear
Cache cleared successfully
Was this page helpful?