Revoke share
saihm_revoke_shareRevoke a recipient's access to a shared cell by supplying the cell ID and recipient hex. Stops future reads without deleting the underlying memory, so the recipient can no longer access new content.
Instructions
Withdraw a grant made with saihm_share, naming the same cellId and the recipient's recipientHex. It applies to future reads and cannot retract what the recipient has already read. Use it to end access; the memory itself remains, and saihm_forget is what erases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cellId | Yes | The shared cell id | |
| recipientHex | Yes | The grantee's agentIdHash (hex) to revoke |