---
title: "Revoke Feature Override"
method: POST
path: "/api/admin/feature-overrides/revoke"
tags: ["admin"]
---

# Revoke Feature Override

`POST /api/admin/feature-overrides/revoke`

Delete an override row (admin only). 404 if no matching row exists.

## Request body

- FeatureOverrideRevokeRequest
  - `feature` string, required
  - `subject_type` 'email' | 'email_domain' | 'organization_slug', required
  - `subject` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.net/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/ee473d0e84e0/schema)
