> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CancelOrderResponse

> Response after the `cancelOrder` mutation is called.

export const kind_0 = "type"

<Warning>
  This {kind_0 || 'feature'} is deprecated and will be removed in the future. You should not use it in new code.
</Warning>

## Fields

***

<ParamField path="result" type={<><a href="/api-reference/cancelorderresult">CancelOrderResult!</a></>} required>
  Array containing the orders associated with an order id and the cancellation status for each order.
</ParamField>

<ParamField path="error" type={<><a href="/api-reference/cancelordererror">CancelOrderError</a></>}>
  Error object detailing information on why a cancellation request failed
</ParamField>

## Mutations

***

[`cancelOrder(input: CancelOrderInput!)`](/api-reference/cancelorder)

***
