At the moment, if I understand the docs correctly, deconstruction can only be invoked by signaling an area and optional filtering. But if I have deployed a blueprint which nests certain entities in place with other existing entities, deconstructing this way becomes a pain real quick, especially if there's multiple entities of the same type in an area.
My immediate thought was that this mod was able to place blueprints, and subsequently also be able to remove those blueprints. Would it be possible to add a signal that does this?
Edit: Hmm. Ok. Digging into the mod and the API it seems this is not trivial at all to do. I see why this is not done. The mod simply uses the build_blueprint bind which also handles all the entity rotation and positioning internally. There does not seem to be any way as of yet to deconstruct specific entities from a blueprint, although it has been brought up in the forums/reddit a couple times. That is a shame.....