Skip to main content
Version: 2.2.2

delete_assetConfSite

This method allows deleting:

  • Data of a storage place;

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\asset\Delete_assetConfSiteRequestType.java
Returnweb\wwwroot\ws\java\asset\Delete_assetConfSiteResponseType.java

Request:

ID #RequiredDescription
IDSITEXStorage place ID #

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:asset">
<soapenv:Header/>
<soapenv:Body>
<urn:delete_assetConfSite>
<urn:idsite>?</urn:idsite>
</urn:delete_assetConfSite>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: 1.
FAILURE: Returns a message regarding the error that occurred