cURL
curl --request POST \ --url https://api.unihop.app/v1/orders/{uid}/cancel \ --header 'Authorization: Bearer <token>'
This response has no body data.
Deletes a single ord based on the UID supplied
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UID of the order to delete