The upstream entity links are not deleted for children blocks that are part of a parent block that is deleted as XBLOCK_DELETED signal is only emitted for the block that is deleted and not for its children. This is also true for index data as it also depends on XBLOCK_DELETED signal.
The upstream entity links are not deleted for children blocks that are part of a parent block that is deleted as
XBLOCK_DELETEDsignal is only emitted for the block that is deleted and not for its children. This is also true for index data as it also depends onXBLOCK_DELETEDsignal.