---
title: "Cancel a hotel order"
method: POST
path: "/api/b2b/v3/hotel/order/cancel"
---

# Cancel a hotel order

`POST /api/b2b/v3/hotel/order/cancel`

Cancel a hotel order by its partner order ID and amount of commission.

## Request body

- CancelRequest
  - `amount_commission` number
  - `partner_order_id` string

## Response `200`

Successful response with cancellation details

- object
  - `data` CancelResponseB2B
    - `amount_payable` CancelAmountWithInfo
      - `amount` string
      - `amount_info` CancelAmountInfo
        - `amount_commission` number
        - `amount_gross` number
        - `amount_net` number
      - `currency_code` string
    - `amount_refunded` CancelAmountWithInfo
      - `amount` string
      - `amount_info` CancelAmountInfo
        - `amount_commission` number
        - `amount_gross` number
        - `amount_net` number
      - `currency_code` string
    - `amount_sell` CancelAmountWithInfo
      - `amount` string
      - `amount_info` CancelAmountInfo
        - `amount_commission` number
        - `amount_gross` number
        - `amount_net` number
      - `currency_code` string
  - `debug` V3Debug
    - `api_endpoint` V3DebugEndpoint
      - `endpoint` string
      - `is_active` boolean
      - `is_limited` boolean
      - `remaining` integer
      - `requests_number` integer
      - `reset` string
      - `seconds_number` integer
    - `api_key_id` integer
    - `key_id` integer
    - `method` string
    - `real_ip` string
    - `request` integer[]
    - `request_id` string
    - `utcnow` string
    - `validation_error` string
  - `error` string
  - `status` string

---

[API](https://skmtc.net/worldota/apis/etg-api-v3.md) · [All operations](https://skmtc.net/worldota/apis/etg-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldota/etg-api-v3/revisions/eb86c2c78ad5/schema)
