Entries with "delete": true sent to https://apis.roblox.com/legacy-localization-tables/v1/localization-table/tables/{table_id} don’t actually get deleted; instead, they remain in a phantom state. If an entry is created with the same source and key, the supposedly deleted entry comes back, including, e.g. its translation history. This causes a problem if one wishes to update the source bound to a key - an InternalException is thrown, and the key cannot be rebound to a new source.
the script in the video (1.5 KB)
Expected behavior
The entry should get completely forgotten, allowing for the creation of a new one completely from scratch.