Ban
Unban FIDs from app
Deletes a list of FIDs from the app associated with your API key.
delete/v2/farcaster/ban/
Request body
Example request
{
"fids": [
3
]
}Response
Success
Example response
{
"success": true
}Deletes a list of FIDs from the app associated with your API key.
{
"fids": [
3
]
}Success
{
"success": true
}