Skip to main content
Version: Next

Delete an asset

This method allows deleting an asset through a REST web service.

POST /apigateway/se/generic/gn_webservice/gn_webservice_execute.php

Query parameters:

Query parametersTypeRequiredDescription
cdprodNumericYesProduct code
Constant value: 109
classnameStringYesName of the class used in WADL
Constant value: asset_delete_interface
classpathStringYesPath to the class used in WADL
Constant value: ast_import

Request example:

Supported attributes:

Request body parameterTypeRequiredDescription
idobjectStringYesAsset ID #
{
"idobject": "string"
}

Response example:

200 OK

{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}