Remove Holdout Overrides

Remove selected ids from an id list

deletehttps://statsigapi.net/console/v1/holdouts/{id}/overrides

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

id

Response

application/json
200· Remove Holdout Overrides Success
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired

Contract for overrides

Show child attributes
passingUserIDsstring[]required

List of user IDs

Example:["user123","user456","user789"]
failingUserIDsstring[]required

List 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[]required
environmentstring

Environment

Example:staging
Constraints:nullable
unitIDstringrequired

Unit ID

Example:unit123
Constraints:nullable
passingIDsstring[]required

List of passing IDs

Example:["id1","id2"]
failingIDsstring[]required

List of failing IDs

Example:["id3","id4"]
401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequired
Allowed values:401
messagestringrequired
404· Not Found. The requested resource could not be found.
statusintegerrequired
Allowed values:404
messagestringrequired

Was this helpful?