Delete Target Web Service
This web service deletes a RapidDeploy target on the framework server.
Example request
DELETE http://localhost:8090/MidVision/ws/project/wsProject01/delete/wsServer01/wsEnvironment01/wsInstance01/wsApplication03 HTTP/1.1 Accept-Encoding: gzip,deflate Authorization: ******************** Host: localhost:8090 Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
Example Response
<html>
<head>
<meta content="HTML Tidy for Java (vers. 26 Sep 2004), see www.w3.org" name="generator"/>
<title>deleteProjectEnvironment</title>
<link type="text/css" rel="stylesheet" href="http://localhost:8090/MidVision/ui/javax.faces.resource/components.css?ln=primefaces"/>
</head>
<body>
<div>
<div style="border-bottom: 0.1em solid black; display: block; height: 30px; margin-bottom: 1em; margin-top: 0.5em; position: relative; width: 100%;">
<h2>deleteProjectEnvironment</h2>
</div>
<div aria-live="polite" class="ui-messages ui-widget">
<div class="ui-messages-info ui-corner-all">
<ul>
<li>
<span class="ui-messages-info-summary">Success deleting target file</span>
<br/>
<span class="ui-messages-info-detail">Deleted target file [C:/temp/rd_webservice_data/projects/wsProject01/apache/config/wsServer01.wsEnvironment01.wsInstance01.wsApplication03.conf] in the project [wsProject01].</span>
</li>
<li>
<span class="ui-messages-info-summary">Success deleting target file</span>
<br/>
<span class="ui-messages-info-detail">Deleted target file [C:/temp/rd_webservice_data/projects/wsProject01/apache/config/wsServer01.wsEnvironment01.wsInstance01.wsApplication03.dict] in the project [wsProject01].</span>
</li>
<li>
<span class="ui-messages-info-summary">Success deleting target</span>
<br/>
<span class="ui-messages-info-detail">Deleted target: wsServer01.wsEnvironment01.wsInstance01.wsApplication03 from the project [wsProject01].</span>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>
