Unlink entities
unlink_entitiesUnlink two entities of any supported pair. Safe to call even when the link is already broken or one side was deleted without being unlinked first — this is the primitive for clearing a stuck link state without direct database access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | First entity's kind, e.g. "income", "asset", "transaction". | |
| entityid | Yes | First entity's id. | |
| linkedentity | Yes | Second entity's kind. | |
| linkedentityid | Yes | Second entity's id. |