Deleting of lists

Description

No

Request code

OC_DELETEIPLISTS

Request errors

No

Request body

"Action":<OC_DELETEIPLISTS>,
"Data":{
 "Token":<MyToken>,
 "List IDs":[
  <MyListID_1>,
  <MyListID_2>,
  ...,
  <MyListID_N>
 ]
}

Response body

"Status":"Success"