- URL:
 - https://<adminfeatureservice-url>/<layerId>/refresh
 - Methods:
 GET
Description
The refresh  operation refreshes a layer in a service, which clears the web server cache for the layer.
Parameters
| Parameter | Details | 
|---|---|
f | Description: The response format. The default response format is  Values:   | 
Example Usage
Example 1: Refresh the first layer in a service named World :
https
JSON Response Syntax
{
  "success" : "<true | false>"
}JSON Response Example
{
  "success" : true
}