post https://notify.unmarshal.com/v1/subscriptions/webhook/unsubscribe
This endpoint allows you to bulk unsubscribe notifications for a wallet which were subscribed through webhook
Chains Supported:
Mainnet: Ethereum, BSC, Matic, Celo, Avalanche, Xinfin, Klaytn, Kadena, Velas, Cronos, Fuse, Solana, Fantom, Arbitrum, Aurora, partisiablockchain.
Testnet: bsc-testnet, partisiablockchain-testnet and redbelly-testnet.
In order to use notifications for testnets use
https://testnet-notify.unmarshal.com/v1/subscriptions/webhook/unsubscribe
along with all required body.
unmarshal.Notifications
.Webhook.Unsubscribe({
webhookUrl: "http://localhost:8080",
addresses: ["demo.eth"],
}).then(({data}) => console.log(data))