v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
User

Unfollow user

Unfollow a user (In order to unfollow a user signer_uuid must be approved)

delete/v2/farcaster/user/follow/

Request body

signer_uuidstring required

UUID of the signer. signer_uuid is paired with API key, can't use a uuid made with a different API key.

target_fidsinteger[] required

Example request

{
  "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec",
  "target_fids": [
    194,
    3
  ]
}

Response

Success

successboolean required

Example response

{
  "details": [
    {
      "target_fid": 3
    }
  ]
}