---
title: "Delete verification"
method: DELETE
path: "/v2/farcaster/user/verification/"
tags: ["User"]
---

# Delete verification

`DELETE /v2/farcaster/user/verification/`

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

## Request body

- RemoveVerificationReqBody
  - `address` string, required — Ethereum address
  - `block_hash` string, required
  - `eth_signature` string, required
  - `signer_uuid` string, required — UUID of the signer. `signer_uuid` is paired with API key, can't use a `uuid` made with a different API key.

## Response `200`

Success

- OperationResponse
  - `message` string
  - `success` boolean

---

[API](https://skmtc.dev/neynar/apis/neynar-api.md) · [All operations](https://skmtc.dev/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neynar/neynar-api/revisions/dbb91bfb0d1a/schema)
