Delete
Loading...
When you want to delete an existing Cloud Hosting order using the API. This article explains the required parameters and example API request to delete the order.
Deletes an existing Cloud Hosting Order.
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | The OrderId which is to be deleted. |
POST
US Server
https://test.httpapi.com/api/cloudsites/linux/us/delete.json?auth-userid=0&api-key=key&order-id=0
India Server
https://test.httpapi.com/api/cloudsites/linux/in/delete.json?auth-userid=0&api-key=key&order-id=0
Returns a map of the execution details of the delete operation.