hyperd.watch.cancel
Cancel a watch you own to stop monitoring. Provide the watch ID; incurs a $0.001 USDC fee. Returns 404 if the watch does not exist or you are not the owner.
Instructions
Cancel a watch you own. $0.001 USDC ops fee covers the x402 auth path. Returns 404 (not 403) if the watch_id doesn't exist OR if you're not the owner — no existence-leak side-channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch_id | Yes | The watch_id returned from hyperd.watch.create. |