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

# Unban FIDs from app

`DELETE /v2/farcaster/ban/`

Deletes a list of FIDs from the app associated with your API key.

## 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)
