> For the complete documentation index, see [llms.txt](https://docs.zebec.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zebec.io/zebec-near/zebec-near-sdk/normal-stream/cancel-stream.md).

# Cancel Stream

```typescript
const canccelParams: CancelStreamParams = {
   streamId: "",
};
const cancelPayload = await client.cancel(cancelParams);
const results = await wallet.signAndSendTransactions(cancelPayload);
```
