You can now remove an individual user from a Feature Gate override without touching the rest of the list.
One new endpoint is available on statsigapi.net/console/v1/:
DELETE /console/v1/gates/{gateName}/overrides/userID/{userID}
Before this, removing a single user override meant fetching the full override list, mutating it locally, and re-posting it, which could be risky when test runs are happening concurrently. Now, you can target and remove exactly one user, leaving every other override untouched.
Review the full API reference in the Statsig Console API docs.