Loading...

Knowledge Base

Delete a Cloud Hosting Order Using the API

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.

Delete

 

Description

Deletes an existing Cloud Hosting Order.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredThe OrderId which is to be deleted.

HTTP Method

POST

Example Test URL Request

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

 

Response

Returns a map of the execution details of the delete operation.