Deletes a Virtual File System (VFS) from the database of a virtual server.

 

Request

Method

URL

POST

/smserver-default/sms.deleteVFS

RAW

POST /smserver-default/sms.loadVFS HTTP/1.1

Cache-Control: no-cache

Connection: Keep-Alive

Pragma: no-cache

Content-Type: application/json; charset=UTF-8

Accept: */*

Authorization: Bearer XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

 

[

{

           "AItem" : "K4EP2GNQXV3E3CXTXRR63DL4MI"

 }

]

Explained

Deletes a virtual file system (VFS) item from the database.

 

AItem: the ID of the VFS to be deleted.

 

Response

Method

URL

RAW

Accept-Encoding: synlz,gzip

Content-Type: application/json; charset=UTF-8

 

 

{"result":[

"result": 1

],"id":772674711}

Explained

Result:

  1 = success

  any other value different from 1 = error

 

ResultMsg: a friendly message (success or error message) explaining what happened