Remove Custom IP Range As VIP

RemoveCustomIpRangeFromVIPBotListView[POST]    
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/remove-ip-from-vip-bot-list/<custom_ip_range>/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"remove_from_bot": "<bot_name>", "remove_from_domain": "<your_domain>", "is_custom_ip_range": "True"}'

Remove the custom ip address range from VIP bot list. It is a special case we implemented where the ip range will be translated a consecutive list of ip addresses e.g 69.208.0.0_4 represents 5 ip addresses: 69.208.0.0, 69.208.0.1, 69.208.0.2, 69.208.0.3, 69.208.0.4, so it is not on a CIDR notation, that's why we call it 'custom ip range'. You need to specify a domain which you want to remove the range from, and the bot name you have previously attached to that ip address range.


:  
:  
:  
: