v1

latestSwagger 2.02026-07-134272111.8 KB
orders

Delete an order associated with a given ID from your eCommerce system. Specifying an order associated with a given ID that does not exist will result in an error message

delete/orders/{id}

Path parameters

idstring required

The ID of the order to delete from the eCommerce system

Headers

Authorizationstring required

The authorization tokens. The format for the header value is 'Element <token>, User <user secret>'

Response

OK - Everything worked as expected