delete_ip_list – delete a set of IP addresses from the list of allowed or denied IP addresses

delete_ip_list(Auth, client_id, locale_id, resource_id, iplist)

Deprecated since version 6.17.0: Use 'bwl_delete_ipranges' instead.

Description: the method deletes a set of IP addresses from the list of allowed or denied IP addresses.

Note: the size of a set of IP addresses is limited to 500 items.

Input parameters:

client_id (int) – customer ID (integer from 1 to 4 294 967 295).

locale_id (int) – locale ID (10 for English, 77 for Russian).

resource_id (int) – Protected resource ID (integer from 1 to 4 294 967 295), or -1 for all Protected resources of the Customer.

iplist (list) – set of IP addresses (array of objects, from 1 to 500).

Result:

value (str) – '0', or Soap Fault if an error occurs.

Page top