---
title: "Unmute FID"
method: DELETE
path: "/v2/farcaster/mute/"
tags: ["Mute"]
---

# Unmute FID

`DELETE /v2/farcaster/mute/`

Deletes a mute for a given FID. This is an allowlisted API, reach out if you want access.

## Request body

- MuteReqBody
  - `fid` integer, required — The unique identifier of a farcaster user or app (unsigned integer)
  - `muted_fid` integer, required — The unique identifier of a farcaster user or app (unsigned integer)

## Response `200`

Success

- MuteResponse
  - `message` string
  - `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)
