byte_unsubscribe
Unsubscribe from a publisher's data feed on the PayPerByte marketplace. Stops billing and data flow at the next block. Reversible—resubscribe anytime.
Instructions
Unsubscribe from a publisher's data feed. Takes effect next block: no more billing, no more data flow. Reversible — you can resubscribe later via byte_subscribe. Use this when a publisher has pivoted content (check with byte_subscription_health first) or when you simply don't want the feed anymore. Requires PRIVATE_KEY for the connected wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publisher | Yes | Publisher address to unsubscribe from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriber | No | Subscriber address (the signer) | |
| publisher | No | Publisher unsubscribed from | |
| txHash | No | Unsubscribe transaction hash | |
| status | No | Receipt status ('success' | 'reverted') | |
| blockNumber | No | Block number the tx landed in |