Clear Cache
delete
/PASJava/service/caches
Clear cache to reflect updated configuration in the OIPA application
Request
Header Parameters
Back to Top
Response
Supported Media Types
- application/json
Default Response
successful operation
Examples
This example describes how to delete caches.
Example cURL Command
Use the following cURL command to submit a response on the REST resource:
curl -X DELETE -H "Accept: application/json" -u username:password "server:port/PASJava/service/caches"
Example Response Body
The following shows an example of the response body in JSON format:
"{ "leftNavigationModel": null, "toolbarTemplateModel": null, "modelMap": { "RESPONSE_MODEL": "Success" } }"