> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycanceltransactionrequest.md).

# VyCancelTransactionRequest

## Properties

| Field           | Type                                                                   | Description                                                                                                  | Required |
| --------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------- |
| Chain           | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md) | This is the blockchain of the transaction you want to cancel.                                                | ✗        |
| TransactionHash | string                                                                 | The \`transactionHash\` which can be found in the response body when you initially executed the transaction. | ✗        |

## References

**Operation**

* [CancelTransaction](/sdk-reference/c-sdk-v3/function-references/wallet/transactions/canceltransaction.md)
