cURL
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
Was this page helpful?