Knowledge Base
Categories: WordPress Hosting Management API
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.
Description
Deletes the specified Add-on of the Wordpress Hosting 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
DELETE
Example Test URL Request
https://test.httpapi.com/restapi/product/wordpresshostingusa/order/{order-id}/addon/{addon-id}?auth-userid=0&api-key=key
Did you find this article helpful?