API Reference

delete_content_order

Description

Deletes a content order, the order status must be below 3 (being written) otherwise it will return an error.

Required

order_id

Example

{  
	"params":{  
		"whitelabel_id":"API_ID",
		"whitelabel_key":"API_KEY",
		"client_id":"CLIENT_ID",
		"client_key":"CLIENT_KEY",
		"token":"TOKEN",
		"order_id":"VALUE",
	  
   },
   "action":"delete_content_order"
}