Remove Holdout Overrides
Remove selected ids from an id list
delete
https://statsigapi.net/console/v1/holdouts/{id}/overridesAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Path parameters
idstringrequiredid
Response
application/json200· Remove Holdout Overrides Success
messagestringrequiredA simple string explaining the result of the operation.
dataobjectrequiredContract for overrides
Show child attributes
passingUserIDsstring[]requiredList of user IDs
Example:
["user123","user456","user789"]failingUserIDsstring[]requiredList of user IDs
Example:
["user123","user456","user789"]passingCustomIDsstring[]Optional list of custom IDs
Example:
["custom123","custom456"]failingCustomIDsstring[]Optional list of custom IDs
Example:
["custom123","custom456"]environmentOverridesobject[]requiredenvironmentstringEnvironment
Example:
stagingConstraints:
nullableunitIDstringrequiredUnit ID
Example:
unit123Constraints:
nullablepassingIDsstring[]requiredList of passing IDs
Example:
["id1","id2"]failingIDsstring[]requiredList of failing IDs
Example:
["id3","id4"]401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequiredAllowed values:
401messagestringrequired404· Not Found. The requested resource could not be found.
statusintegerrequiredAllowed values:
404messagestringrequiredWas this helpful?