Loading...

Knowledge Base

Delete cWatch Order via the API

 

Description

Permanently deletes a cWatch order.

Parameters

NameData TypeRequired / OptionalDescription
orderidIntegerRequiredThe ID of the order to delete (passed in the URL path)
auth-useridIntegerRequiredReseller ID (Authentication Parameter)
api-keyStringRequiredReseller 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" }