v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBBan
Ban FIDs from app
Bans a list of FIDs from the app associated with your API key. Banned users, their casts and reactions will not appear in feeds.
post/v2/farcaster/ban/
Request body
Example request
{
"fids": [
3
]
}Response
Success
Example response
{
"success": true
}