v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
User

Delete verification

Removes verification for an eth address for the user (In order to delete verification signer_uuid must be approved)

delete/v2/farcaster/user/verification/

Request body

addressstring required

Ethereum address

block_hashstring required
eth_signaturestring required
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.

Example request

{
  "address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
  "block_hash": "0x191905a9201170abb55f4c90a4cc968b44c1b71cdf3db2764b775c93e7e22b29",
  "eth_signature": "0x2fc09da1f4dcb723fefb91f77932c249c418c0af00c66ed92ee1f35002c80d6a1145280c9f361d207d28447f8f7463366840d3a9309036cf6954afd1fd331beb1b",
  "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
}

Response

Success

messagestring
successboolean