delete https://api.vift.com/orders/
Delete or cancel an order
Delete or cancel an order with a DELETE request to the resource URL. The deleted order object is returned on success.
A DELETE request will not permanently remove an order; it will simply set the order's status to deleted
. You will still be able to make GET requests to the resource URL.
Sample Request:
curl -i https://api.vift.com/orders/YOUR_ORDER_ID \
-u YOUR_APP_ID:YOUR_API_KEY \
-X DELETE