---
title: "Delete a Single Gate User ID Override"
method: DELETE
path: "/console/v1/gates/{id}/overrides/userID/{userID}"
tags: ["Gates"]
---

# Delete a Single Gate User ID Override

`DELETE /console/v1/gates/{id}/overrides/userID/{userID}`

Removes a single user ID from the matching pass/fail userID override bucket on the gate. Idempotent: returns 200 even when the user ID is not currently overridden. Only clears the all-environments userID bucket; environment-scoped and custom-ID overrides are left untouched.

## Path parameters

- `id` string, required
- `userID` string, required

## Query parameters

- `groupID` 'pass' | 'fail', required

## Response `201`

Delete Single Gate User ID Override Success

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — Contract for overrides
    - `passingUserIDs` string[], required — List of user IDs
    - `failingUserIDs` string[], required — List of user IDs
    - `passingCustomIDs` string[] — Optional list of custom IDs
    - `failingCustomIDs` string[] — Optional list of custom IDs
    - `environmentOverrides` object[], required
      - `environment` string, nullable — Environment
      - `unitID` string, nullable, required — Unit ID
      - `passingIDs` string[], required — List of passing IDs
      - `failingIDs` string[], required — List of failing IDs

## Other responses

- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
- `404` — Gate 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)
