> For the complete documentation index, see [llms.txt](https://docs.smartlink.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smartlink.so/for-third-parties-tezos/cancel-transaction.md).

# Cancel transaction

```javascript
await (await escrow.methodsObject.cancelTransaction({
        _marketPlaceId:"m1",
        _adId:"ad1",
    }).send()).confirmation(1)
```
