curl --request DELETE \
--url https://statsigapi.net/console/v1/experiments/{id}/overrides \
--header 'STATSIG-API-KEY: <api-key>'{
"overrides": [
{
"type": "gate",
"id": "a_gate",
"groupID": "Test"
}
],
"userIDOverrides": [
{
"groupID": "Control",
"ids": [
"remove_just_this_id"
]
}
]
}curl --request DELETE \
--url https://statsigapi.net/console/v1/experiments/{id}/overrides \
--header 'STATSIG-API-KEY: <api-key>'{
"overrides": [
{
"type": "gate",
"id": "a_gate",
"groupID": "Test"
}
],
"userIDOverrides": [
{
"groupID": "Control",
"ids": [
"remove_just_this_id"
]
}
]
}Optional header to respect review settings for mutation endpoints.
id
Delete Update Experiment Overrides Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Array of experiment overrides, each specifying type, ID, and group ID.
1000Show child attributes
gate, segment The id of the segment or gate
The experiment group which user will be forced into
Optional environment designation (e.g., production, staging) for the experiment.
Array of user ID overrides, specifying which users to force into experiment groups.
Show child attributes
The experiment group the user will be forced into.
Array of user IDs to be assigned to the specified experiment group.
1000Optional environment designation (e.g., production, staging) for the experiment.
Optional type of unit for the experiment, defining the scope of the override.
Was this page helpful?