# BatchCancelOrdersRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ids** | **Array&lt;string&gt;** | An array of order IDs to cancel | [optional] [default to undefined]
**orders** | [**Array&lt;BatchCancelOrdersRequestOrder&gt;**](BatchCancelOrdersRequestOrder.md) | An array of orders to cancel, each optionally specifying a subaccount | [optional] [default to undefined]

## Example

```typescript
import { BatchCancelOrdersRequest } from 'kalshi-typescript';

const instance: BatchCancelOrdersRequest = {
    ids,
    orders,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
