DELETE
/
console
/
v1
/
experiments
/
{id}
/
overrides
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"
      ]
    }
  ]
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

id
string
required

id

Response

200
application/json
Delete Update Experiment Overrides Success
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.