deleteinstance

API Name

deleteinstance

Description

Deletes any managed instance.

REST Methods

DELETE

Precondition

Agent must be running.

Input Params

instanceName Note (Release 9.2.4.3): Add these additional parameters if there are duplicate instance names: agentHostName, jdeHome.

Sample Request

https://jdesmc.example.com:8998/manage/mgmtrestservice/ deleteinstance{"instanceName":"HTML_8890"}}

This is the sample request if you have duplicate instance names: https://jdesmc.example.com:8998/manage/ mgmtrestservice/deleteinstance{"instanceName":"HTML_8890", "agentHostName":"jdesma.example.com”, "jdeHome":"/slot/ oracle/jde_agent_jas/SCFHA"}

Return

HTTP status 204 returned.

Sample Response

Exception

Throws an exception if anything prevents the instance from being deleted successfully.