Purpose
Removes the link between an entry and its parent — the entry itself is not deleted. Two-phase like form_delete_entry: the first call returns the confirmation, the confirmed call unlinks.
Payload
id— entry id to unlinkentity— entity iddatatable_identifier— DataTable to refreshconfirmed— set on the second callis_subtable,parent_entity_id,parent_form_id,parent_id— parent context
Response
CALLBACK_TYPE_DATA / CALLBACK_TYPE_SCRIPT (confirmation or table refresh).
Notes
Internal action — triggered by WR’s own frontend JS. The payload shape is not a public API and can change between releases.
