Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Function: deleteAttribute
Description: delete an attribute
Request
userxsd:string
passxsd:string
attributes_idxsd:string
attributes_ext_idxsd:string
{
"function":"deleteAttribute",
"paras":{
    "user":"",
    "pass":"",
    "attributes_id":"",
    "attributes_ext_id":""

}}
Response
resulttns:attributeResultItem
{
    "result":{
        "attributes_id":0,
        "attributes_ext_id":0,
        "result":true,
        "message":""
    }
}