Loading...

Knowledge Base

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.

Delete Add-on

 

Description

Deletes the specified Add-on of the Dedicated Server Windows Order.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredYour Live Account Reseller Id
api-keyStringRequiredAn alphanumeric code that can be used to authenticate your API calls
order-idIntegerRequiredThe Order ID for which the specified Add-on is to be deleted
addon-idIntegerRequiredID of the Add-on to be deleted. 

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.