Delete cWatch Order

KB Tags associated with this article:
Use any one tag
KB Tags
Body


Description

Permanently deletes a cWatch order.

Parameters

Name Data Type Required / Optional Description
orderid Integer Required The ID of the order to delete (passed in the URL path)
auth-userid Integer Required Reseller ID (Authentication Parameter)
api-key String Required Reseller API key (Authentication Parameter)

HTTP Method

DELETE

Example Request

DELETE https://httpapi.com/restapi/product/cwatch/order/666690?auth-userid=0&api-key=key

Content-Type: application/x-www-form-urlencoded

Response

Returns the status of the delete operation for the specified order. Representative example:

{ "orderid": "666690", "status": "Success" }