/api/asset/property [DELETE]

Usage

Removes a property from an asset.

Details

DetailValue
GroupAsset
From Server Version0.9.0
PermissionAdmin
MethodsDELETE
Parameters
ParameterNotesMeaning
idInteger [Required]The ID of the asset
propertyInteger [Required]The ID of the property
formatString (xml)Either 'xml' or 'json'

Examples

Call
[POST] http://ardiserver.com/api/asset/property?id=925&property=3&node=address&value=10+Somewhere+Street
Success (XML)
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<response>
   <success>Property Saved</success>
</response>
Success (JSON)
{
"success": ["Property Saved"]
}

Other Versions