cURL
curl --request DELETE \ --url https://api.neynar.com/v2/farcaster/ban/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "fids": [ 3 ] } '
{ "success": true, "message": "<string>" }
Deletes a list of FIDs from the app associated with your API key.
API key to authorize requests
The unique identifier of a farcaster user or app (unsigned integer)
x >= 0
Success
true
Was this page helpful?