Loading...

Knowledge Base

Delete Add-ons from a WordPress Hosting Order via API

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

Delete Add-on

Description

Deletes the specified Add-on of the Wordpress 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

DELETE

Example Test URL Request

https://test.httpapi.com/restapi/product/wordpresshostingusa/order/{order-id}/addon/{addon-id}?auth-userid=0&api-key=key