Knowledge Base
Categories: VPS Linux API
Delete a VPS Linux KVM Add-on Using the API
When you want to delete an add-on from an existing VPS Linux KVM order using the API. This article explains the required parameters and example API request to delete the add-on.
Description
Deletes the specified Add-on of the VPS Linux KVM Order.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | Order ID of the Order 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/virtualserver/linux/us/addon/delete.json?auth-userid=0&api-key=key&order-id=0&addon-id=0
India Server https://test.httpapi.com/api/virtualserver/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 deleting Add-on operation.
Did you find this article helpful?