Skip to main content
DELETE
Remove user

Node.js SDK

๐Ÿ”— SDK Method: removeChannelMember Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json
channel_id
string
required

The unique identifier of a farcaster channel

Example:

"neynar"

fid
integer<int32>
required

The unique identifier of a farcaster user or app (unsigned integer)

Required range: x >= 0
Example:

3

role
enum<string>
required

The role of a channel member

Available options:
member,
moderator,
owner
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.

Example:

"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"

Response

Success

message
string
success
boolean