Loading...

Knowledge Base

Delete Add-ons from a Managed Linux Server Order via API

When you want to remove an add-on from an existing Managed Linux Server order using the API. This article explains the required parameters, API request format, and response details for deleting add-ons from a Managed Linux Server order.

Delete Add-on

 

Description

Deletes the specified Add-on of the Managed Server Linux 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-idIntegerRequiredOrder ID of the Order 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

https://test.httpapi.com/api/managedserver/linux/us/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 Managed 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.