Skip to content

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
Required

Responses

Cache cleared successfully

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python