Refresh

This website manage.optidigital.ca/kb/answer/1332 is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Delete Dedicated IP

Description

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

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
order-id Integer Required The Order ID for which the specified dedicated IP(s) to be deleted.
ips Array of Strings Required Dedicated IP(s) you want to delete.

HTTP Method

POST

Example Test URL Request

US Server https://test.httpapi.com/api/resellerhosting/linux/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/linux/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.