Hi,
In the Figma Admin - Resources - npm registry - manage scopes dialog, it is impossible to remove a specific scope.

When I remove the scope and then reopen the dialog after page refresh, it shows the scope again in the UI.
Figma Make also tries to fetch the package with the scope from the private Figma registry instead of npm because the delete process is bugging.
(for Figma engineers)
When I add the problematic scope again and then try to delete it, it sends a valid DELETE request to /api/plans/{org id}/npm_private_registry_scopes but later when fetching the list again (/api/plans/{org id}/npm_private_registry/scopes?include_packages=true) the scope comes up with an empty id, which is weird.

