deleteAttributes(JSON)
Function: deleteAttribute | |
Description: delete an attribute | |
Request | |
user | xsd:string |
pass | xsd:string |
attributes_id | xsd:string |
attributes_ext_id | xsd:string |
{ "function":"deleteAttribute", "paras":{ "user":"", "pass":"", "attributes_id":"", "attributes_ext_id":"" }} | |
Response | |
result | tns:attributeResultItem |
{ "result":{ "attributes_id":0, "attributes_ext_id":0, "result":true, "message":"" } } |