---
title: "Ban FIDs from app"
method: POST
path: "/v2/farcaster/ban/"
tags: ["Ban"]
---

# Ban FIDs from app

`POST /v2/farcaster/ban/`

Bans a list of FIDs from the app associated with your API key. Banned users, their casts and reactions will not appear in feeds.

## Request body

- BanReqBody
  - `fids` Fid[], required

## Response `200`

Success

- BanResponse
  - `message` string, nullable
  - `success` boolean, required

## Other responses

- `400` — Bad Request
- `404` — Resource not found
- `500` — Server Error

---

[API](https://skmtc.dev/neynar/apis/neynar-api.md) · [All operations](https://skmtc.dev/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neynar/neynar-api/revisions/dbb91bfb0d1a/schema)
