revoke_readonly_invite
Revoke a read-only share invite by name, updating issuer-side bookkeeping without recalling the token from the recipient.
Instructions
Revoke a previously-generated read-only share invite by name. Marks the issuer-side record as revoked at the current time. Important caveat (Model A): this is issuer-side BOOKKEEPING — it does NOT recall the token already in the recipient's hands. Anyone holding the raw token can still query the listed addresses (chain reads are public regardless of whether the issuer wants the share to continue). Genuine recall requires Model B (hosted enforcement endpoint), deferred. Returns { revoked: { id, name, revokedAt } } on success; refuses if the name is unknown or already revoked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |