curl --request DELETE \
--url https://statsigapi.net/console/v1/holdouts/{id} \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Holdout deleted successfully."
}curl --request DELETE \
--url https://statsigapi.net/console/v1/holdouts/{id} \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Holdout deleted successfully."
}Optional header to respect review settings for mutation endpoints.
id
Delete holdout response
A simple string explaining the result of the operation.
A single result.
Show child attributes
ID
type of id
brief summary of what the holdout is being used for
1000"example holdout description"
ID of the last modifier.
Time of the last modification.
Email of the last modifier.
Name of the last modifier.
ID of the user who created the entity.
Timestamp when the entity was created.
Name of the creator.
Email of the creator.
enable or disable the holdout
true
percentage of users between 0-10% to pass through the holdout
0 <= x <= 105
an array of gateIDs which this holdout is applied to
["4pjeXYDjC2WinSgOiII7wh"]an array of experimentIDs which this holdout is applied to
["70fCNphHGesdLwHdHau99q"]an array of layerIDs which this holdout is applied to
["5O908pyGoCqw6QH1nt8v82"]whether the holdout is being applied to all new gates
false
the gateID that the holdout is targeting
"4pjeXYDjC2WinSgOiII7wh"
Optional name for the configuration.
Optional tags for categorization.
List of target applications associated with this configuration.
Holdouts applied to this configuration.
Optional name for the responsible team.
Optional ID of the responsible team.
Version number
Was this page helpful?