Skip to main content
Version: 2.2.1

import_del_asset

This method allows deleting:

  • Data of an asset;

To delete each of these items, the standard documented below must be followed.

Java class
Requestweb\wwwroot\ws\java\asset\Import_del_assetRequestType.java
Returnweb\wwwroot\ws\java\asset\Import_del_assetResponseType.java

Request:

ID #RequiredDescription
IDBOJECTXAsset ID #

Request structure:

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

Return:

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