unsubscribe
Remove a subscription created by register_subscription. Idempotent; unknown ids return success, enabling blanket removal on shutdown.
Instructions
Remove a subscription created via register_subscription. Idempotent: calling on an unknown id returns ok=true with was_present=false rather than an error, so callers can blanket-unsubscribe on shutdown without worrying about partial state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_id | Yes | Subscription id returned by register_subscription. |