v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBUser
Unfollow user
Unfollow a user (In order to unfollow a user signer_uuid must be approved)
delete/v2/farcaster/user/follow/
Request body
Example request
{
"signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec",
"target_fids": [
194,
3
]
}Response
Success
Example response
{
"details": [
{
"target_fid": 3
}
]
}