---
title: "Unblock FID"
method: DELETE
path: "/v2/farcaster/block/"
tags: ["Block"]
---

# Unblock FID

`DELETE /v2/farcaster/block/`

Deletes a block for a given FID.

## Request body

- BlockReqBody
  - `blocked_fid` integer, required — The unique identifier of a farcaster user or app (unsigned integer)
  - `signer_uuid` string, required — UUID of the signer. `signer_uuid` is paired with API key, can't use a `uuid` made with a different API key.

## Response `200`

Success

- OperationResponse
  - `message` string
  - `success` boolean

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