This module helps to delete blocked IP entries. The Service URL of the module is shown by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/DeleteIPToBlock
•Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
DeleteIPToBlock
{
“Token”:”sdfdsavcxdgdfFD”,
“IPListId”: 123
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | IPListId | Int | Id of IP list |
3. Response Example–
Success:
{ “Message”: ” Success” }
Fail:
{ “message”: ” Failed” }