Keepeek - Cache
This relation targets the advanced search cache.
Clear cache
DELETE - http://baobab.keepeek.com/api/dam/cache/{cacheId}
Right now the only cache available from this endpoint is the advanced search cache.
Clear advanced search cache
This cache is available only if the tech property ADVANCED_SEARCH_RESULT_CACHE_BASED_ON_PROFILE is set to true.
DELETE - http://baobab.keepeek.com/api/dam/cache/ADVANCED_SEARCH_RESULT_CACHE
Expected result is 204.
Only an administrator can clear the advanced search cache, otherwise it will get a 403 response.
Possible errors are :
-
401: User is not authenticated -
403 - non-admin-accessDenied: the user has no right to delete the board -
404 - cache-not-found: cache id
4.107.0+