Loading...

Knowledge Base

Delete Dedicated IP Addresses from a Reseller Windows Hosting Order via API

When you want to remove dedicated IP addresses from a Reseller Windows Hosting order using the API. This article explains the required parameters, supported server locations, and API request format for deleting dedicated IP addresses.

Delete Dedicated IP

Description

Deletes the specified dedicated IP(s) of the Reseller Windows Hosting Order.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredThe Order ID for which the specified dedicated IP(s) to be deleted.
ipsArray of StringsRequiredDedicated IP(s) you want to delete.

HTTP Method

POST

Example Test URL Request

US Server https://test.httpapi.com/api/resellerhosting/windows/us/delete-dedicated-ip.json?auth-userid=0&api-key=key&order-id=0&ips=0.0.0.0&ips=1.1.1.1 India Server https://test.httpapi.com/api/resellerhosting/windows/in/delete-dedicated-ip.json?auth-userid=0&api-key=key&order-id=0&ips=0.0.0.0&ips=1.1.1.1

Response

Returns a map of the execution details of the deleting dedicated IP(s) operation.