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 unlink
  • entity — entity id
  • datatable_identifier — DataTable to refresh
  • confirmed — set on the second call
  • is_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.