Cache

Clear cache

Use this method to clear app cache.

Request

Header parameters:

  • Authorization: Bearer <token>

DELETE[base]/cache

curl --location --request DELETE 'https://your.base-url.here/cache' \
--header 'Authorization: Bearer <token>'

Response

Body:

In case of success, no response body is returned.