Localization table entries don't get deleted

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.

hey @daimond113 thanks for reporting this. can you also send me your universeId so I can take a closer look? thanks!

Hey @daimond113 , this bug should be fixed. Can you try uploading the strings again and see if it works for you now? Thanks!

It appears to be fixed. Huge thanks!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.