Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
SOAP - Request: | 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":{
"attributes_id":0,
"attributes_ext_id":0,
"result":true,
"message":""
}
}