> 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/ts-js-v3/object-references/wallet/vycanceltransactionrequest.md).

# VyCancelTransactionRequest

## Properties

| Field                     | Type                                                                 | Description                                                                                                  | Required |
| ------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------- |
| chain                     | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.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. | ✗        |
| ~~pincode~~ \[Deprecated] | string                                                               |                                                                                                              | ✗        |

## References

**Operation**

* [cancelTransaction](/sdk-reference/ts-js-v3/function-references/wallet/transactions/canceltransaction.md)
