Unlink a character from its linked-sheet group
vault_unlink_characterRemove one character from its linked-sheet group by clearing its linkGroup. The sheet keeps every field it has — nothing is deleted — but it stops cascading descriptive-field edits to its former siblings and stops receiving theirs. The remaining siblings keep the group (a group of one is inert). There is no re-join: a later vault_spawn_linked_character from this sheet mints a NEW group. Vault answers 404 when the character is unknown, unowned, or has no linkGroup to clear (so a repeated unlink reads as 404, not an error state). Returns { unlinked: true }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Mongo `_id` of the character (owned by the calling user). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||