Loading...

Knowledge Base

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.

Delete Add-on

Description

Deletes the specified Add-on of the VPS Linux KVM 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/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.