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