Possible Bug with WiFi Provisioning

I have observed, that when adding a configuration in the WiFi menu and adding it as slave configuration within a provisioning entry and then later on removing the configuration but still leaving it in the provisioning config, it adds an “unknown” entry and a wifi interface with a missing ssid pops up.

Steps to reproduce: (Existing capsman configuration running)

/interface/wifi/configuration/add name=buggyConfig ssid=testSSID security.passphrase=test1234
/interface/wifi/provisioning/set 2 slave-configurations=buggyConfig
/interface/wifi/configuration/remove buggyConfig

This creates the following entry in winbox:
Screenshot_20240216_200921.png
and in the CLI:
Screenshot_20240216_200958.png
And after running the provisioning step I get some interfaces with missing ssid:
Screenshot_20240216_201051.png
Is this normal behaviour or is this a bug? I think normally the missing configuration in the provisioning entries should ideally provision nothing and never create interfaces.