Cancel the Ticket, counts are updated, refund is not handled here
DELETE/order/:guid/tickets/:order_ticket_guid
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
This endpoint has been replaced by DELETE /order/{guid}/custom_refund
.
(Admin only) Cancel a Ticket, counts are updated, refund is not handled here.
Request​
Responses​
- 200
- 403
- 404
- 406
Ticket cancelled successfully.
Unauthorized. You do not have permission to manage the Order.
Order, Ticket, or Shop of the Order not found.
Request is invalid, see error context for validation errors.