Skip to main content
Version: 2.2.1

del_objectType

This method allows deleting an asset type.

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

Java class
Requestweb\wwwroot\ws\java\asset\Del_objectTypeRequestType.java
Returnweb\wwwroot\ws\java\asset\Del_objectTypeResponseType.java

Request:

ID #RequiredDescription
IDOBJECTTYPEXObject type ID #

Request structure:

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

Return:

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