/orders/:id

Delete or cancel an order

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
Path Params
string
required

Order ID

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json