Loading...

Knowledge Base

Delete Add-ons from a Cloud Hosting Order via API

When you want to remove an add-on from an existing Cloud Hosting order using the API. This article explains the required parameters, supported server locations, and API request format for deleting add-ons from a Cloud Hosting order.


Delete Add-on

Description

Deletes the specified Add-on of the Cloud Hosting Order.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
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. Use this method to fetch the Add-on ID.

HTTP Method

POST

Example Test URL Request

US Server

https://test.httpapi.com/api/cloudsites/linux/us/addon/delete.json?auth-userid=0&api-key=key&order-id=0&addon-id=0

 

India Server

https://test.httpapi.com/api/cloudsites/linux/in/addon/delete.json?auth-userid=0&api-key=key&order-id=0&addon-id=0

 

Response

Returns a map of the execution details of the Delete Add-on operation.