brain_unshare
Revoke and permanently delete a public Brain share using its share ID, making the share URL invalid and blocking new imports.
Instructions
Revoke and permanently delete a public Brain share by its share ID. After calling this, the share URL becomes invalid and no one can import it. Note: users who already imported the Brain keep their local copy. Example: brain_unshare(instance_id="...", share_id="abc123")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| share_id | Yes | Share ID to revoke (from brain_share or brain_share_list). | |
| instance_id | Yes | UUID of the Brain instance that owns the share. |