---
title: "Remove user"
method: DELETE
path: "/v2/farcaster/channel/member/"
tags: ["Channel"]
---

# Remove user

`DELETE /v2/farcaster/channel/member/`

Remove a user from a channel or a user's invite to a channel role

## Request body

- RemoveChannelMemberReqBody
  - `channel_id` string, required — The unique identifier of a farcaster channel
  - `fid` integer, required — The unique identifier of a farcaster user or app (unsigned integer)
  - `role` 'member' | 'moderator' | 'owner', required — The role of a channel member
  - `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
- `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)
