FRAMES | NO FRAMES Description | Parameters | Response
Clear REST Cache (Operation)
URL http://<admin-url>/cache/clear

Description

The clear REST cache operation. This operation explicitly clears the REST API cache immediately.

Clients need a security token to clear the REST cache. You can get a security token by using the Generate Admin Token operation.

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json

JSON Response Syntax

{
  "success": true //the value will always be true. Failure will result in an error response.
}

JSON Response Example

{
  "success": true
}