Removes a single item from the blacklist.

 

Request

Method

URL

POST

/smserver-default/sms.RemoveBLItem

RAW

POST /smserver-default/sms.RemoveBLItem 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" : "11.10.10.10"

 }

]

Explained

Removes a single item from the blacklist.

 

AItem: item to be deleted (must exist)

 

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