deleteAttribute | |
delete an attribute | |
Request | |
user | xsd:string |
pass | xsd:string |
attributes_id | xsd:string |
attributes_ext_id | xsd:string |
Code Block | ||
---|---|---|
| ||
{
"function":"deleteAttribute",
"paras":{
"user":"",
"pass":"",
"attributes_id":"",
"attributes_ext_id":""
}} |
Response
result | tns:attributeResultItem |
Code Block | ||
---|---|---|
| ||
{
"result":{
"attributes_id":0,
"attributes_ext_id":0,
"result":true,
"message":""
}
} |