> For the complete documentation index, see [llms.txt](https://docws.ems.com.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docws.ems.com.vn/tieng-viet/buu-gui/huy-buu-gui.md).

# Hủy bưu gửi

## Destroy Order

<mark style="color:green;">`POST`</mark> `http://ws.ems.com.vn/api/v1/orders/manual-cancel-order`

This endpoint allows you to get free cakes.

#### Path Parameters

| Name            | Type   | Description |
| --------------- | ------ | ----------- |
| merchant\_token | string | *`Token`*   |

#### Request Body

| Name           | Type   | Description |
| -------------- | ------ | ----------- |
| tracking\_code | string | Mã đơn hàng |

{% tabs %}
{% tab title="200 " %}

```
Thành công: 
{
    "code": "success",
    "message": "Hủy đơn hàng thành công",
    "data": "ExxxxxxxxxxVN"
}

Thất bại:
{
    "code": "error",
    "message": ".....",
}
```

{% endtab %}
{% endtabs %}
