Skip to main content
POST
/
orders
/
{uid}
/
cancel
cURL
curl --request POST \
  --url https://api.unihop.app/v1/orders/{uid}/cancel \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

UID of the order to delete

Response