Clear data cache for JAS / AIS server via REST API server manager is not working
When we try to clear the ais / jas server data cache as per documentation link https://docs.oracle.com/cd/E61420_01/doc.92/e80710/smcrestapis.htm#BABDJFIA
Sample Request:
url: /manage/mgmtrestservice/cleardatacache
body param :{ "instanceName " : "XXXXXX"}
Type " Delete
ERROR:
Http method DELETE is not supported by this URL.
It should accept delete method but the above error throws when we use delete type,