Clear a specific cache key.
DELETE
/api/test/clearcache/{cacheKey}
Only works in test/dev environments to prevent accidental use in production.
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
cacheKey*
Typestring
RequiredResponses
Cache cleared successfully