deleteProject
Deletes the specified project.
Applies to Clouds and Integration Appliances.
Parameters:
- projectName
- The name of the specified project.
- version
- The version number for the specified project.
Examples:
The following code is an example
of a SOAP request to delete a project.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:dep="http://www.approuter.com/schemas/2008/1/deployment">
<soapenv:Header>
<dep:sessionId>80C147E844799CA856AF3DB6910C4B63</dep:sessionId>
</soapenv:Header>
<soapenv:Body>
<dep:deleteProject>
<dep:projectName>MIME_Test1</dep:projectName>
<dep:version>1.0</dep:version>
</dep:deleteProject>
</soapenv:Body>
</soapenv:Envelope>
The following example is
the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:deleteProjectResponse xmlns:ns2="http://www.approuter.com/
schemas/2008/1/deployment" xmlns:ns3="http://www.approuter.com/schemas/2008/1/
deployment/types" xmlns:ns4="http://www.approuter.com/schema/router/1000/
security/03" xmlns:ns5="http://www.approuter.com/schemas/2008/1/util/types">
<ns2:success>true</ns2:success>
</ns2:deleteProjectResponse>
</S:Body>
</S:Envelope>