Delete Add-ons from a Dedicated Windows Server Order via API
When you want to remove an add-on from an existing Dedicated Windows Server order using the API. This article explains the required parameters, API request format, and response details for deleting add-ons from a Dedicated Windows Server order.
Description
Deletes the specified Add-on of the Dedicated Server Windows Order.
Parameters
HTTP Method
POST
Example Test URL Request
India Server https://test.httpapi.com/api/dedicatedserver/windows/in/addon/delete.json?auth-userid=0&api-key=key&order-id=0&addon-id=0
Response
Returns a hash map containing the below details:
-
Domain Name (description)
-
Order ID of the Dedicated Server Order (entityid)
-
Action Type (actiontype)
-
Description of the Delete Add-on Action (actiontypedesc)
-
Action ID of the Delete Add-on Action (eaqid)
-
Delete Add-on Action Status (actionstatus)
-
Description of the Delete Add-on Action Status (actionstatusdesc)
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.