For AI agents: a documentation index is available at /llms.txt. Append .md to any page URL for markdown, or send Accept: text/markdown.
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. The response body carries the full override set for the gate after the delete.
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.
passfailpassResponse
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"]groupID is missing, or is a value other than pass or fail. The errors array names the parameter that failed validation.statusintegerrequired400messagestringrequiredstatusintegerrequired401messagestringrequiredstatusintegerrequired404messagestringrequiredWas this helpful?