cURL
curl --request DELETE \ --url https://api.clicker.xyz/v1/addresses/{addressOrUid}/follow \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "targets": [ "<string>" ] } '
{ "targetProfiles": [ { "id": "<string>", "name": "<string>", "images": { "raw": "<string>", "xs": "<string>", "sm": "<string>" }, "addresses": [ "<string>" ], "metadata": { "farcasterUsername": "<string>", "farcasterId": 123, "lensHandle": "<string>", "ensName": "<string>", "twitterHandle": "<string>", "debankName": "<string>", "pumpName": "<string>", "commentCount30d": 123, "pnl30d": 123, "winRate30d": 123, "tradeCount30d": 123, "roiPercent30d": 123 } } ] }
Remove one or more target addresses from the given address’s follow list. (Unfollowing an address will automatically unfollow other addresses belonging to that profile.)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Show child attributes