Delete a Single Gate User ID Override
Removes a single user ID from the matching pass/fail userID override bucket on the gate. Idempotent: returns 200 even when the user ID is not currently overr…
Removes a single user ID from the matching pass/fail userID override bucket on the gate. Idempotent: returns 200 even when the user ID is not currently overridden. Only clears the all-environments userID bucket; environment-scoped and custom-ID overrides are left untouched.
https://statsigapi.net/console/v1/gates/{id}/overrides/userID/{userID}Authorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Path parameters
idstringrequiredGate name
userIDstringrequiredUser ID to remove from the override
Query parameters
groupIDstringrequiredWhether the user ID was overridden to pass or fail the gate.
passfailResponse
application/jsonmessagestringrequiredA simple string explaining the result of the operation.
dataobjectrequiredContract for overrides
Show child attributes
passingUserIDsstring[]requiredList of user IDs
["user123","user456","user789"]failingUserIDsstring[]requiredList of user IDs
["user123","user456","user789"]passingCustomIDsstring[]Optional list of custom IDs
["custom123","custom456"]failingCustomIDsstring[]Optional list of custom IDs
["custom123","custom456"]environmentOverridesobject[]requiredenvironmentstringEnvironment
stagingnullableunitIDstringrequiredUnit ID
unit123nullablepassingIDsstring[]requiredList of passing IDs
["id1","id2"]failingIDsstring[]requiredList of failing IDs
["id3","id4"]statusintegerrequired401messagestringrequiredstatusintegerrequired404messagestringrequiredWas this helpful?