Description
Deletes the specified Add-on of the Dedicated Server Linux 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 Add-on is to be deleted | 
| addon-id | Integer | Required | ID of the Add-on to be deleted. Use this method to fetch the Add-on ID. | 
HTTP Method
POST
Example Test URL Request
 US Server  https://test.httpapi.com/api/dedicatedserver/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 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.
