---
title: "Report Blocked Domain"
method: POST
path: "/auth/report-blocked-domain"
tags: ["domain-limit"]
deprecated: true
---

# Report Blocked Domain

`POST /auth/report-blocked-domain`

> **Deprecated.**

Reject the retired in-app blocked-domain appeal.

The path is kept rather than deleted because it is *unauthenticated* --
anything on the internet could be calling it, so a 404 would read as a
mistyped URL rather than a withdrawal. Unlike its two live siblings this
handler takes no body and carries no rate limit: it raises before doing
any work, and a 429 would tell a caller to retry something that will
never succeed again.

Raises:
    HTTPException: Always raised with 410 Gone.

## Other responses

- `410` — In-app blocked-domain reporting is retired.

## Changes

- **2026-09-24** `1cffaad2a921` — 2 breaking, 3 info
  - removed the request body
  - removed the success response with the status `204`
  - endpoint deprecated
  - added the non-success response with the status `410`
  - …1 more

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/auth/report-blocked-domain/post.md)

---

[API](https://skmtc.dev/pioneer/apis/brain-api.md) · [All operations](https://skmtc.dev/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pioneer/apis/brain-api/revisions/1cffaad2a921?raw)
