---
title: "Delete Autotune Overrides"
method: DELETE
path: "/console/v1/autotunes/{id}/overrides"
tags: ["Autotunes"]
---

# Delete Autotune Overrides

`DELETE /console/v1/autotunes/{id}/overrides`

## Path parameters

- `id` string, required

## Response `200`

Delete Update Autotune Overrides Success

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `overrides` object[], required — Array of autotune overrides, each specifying type, ID, and variant ID.
      - `type` 'gate' | 'segment', required
      - `id` string, required — The id of the segment or gate
      - `groupID` string, required — The autotune variant which user will be forced into
      - `environment` string, nullable — Optional environment designation (e.g., production, staging) for the autotune.
    - `userIDOverrides` object[], required — Array of user ID overrides, specifying which users to force into autotune variants.
      - `groupID` string, required — The autotune variant the user will be forced into.
      - `ids` string[], required — Array of user IDs to be assigned to the specified autotune variant.
      - `environment` string, nullable — Optional environment designation (e.g., production, staging) for the autotune.
      - `unitType` string, nullable — Optional type of unit for the autotune, defining the scope of the override.

## Other responses

- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
- `404` — Autotune not found.

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/versions/3189f450c93b/schema)
