---
title: "Verify remove bind request"
method: POST
path: "/bind/remove/verify"
tags: ["Bind"]
---

# Verify remove bind request

`POST /bind/remove/verify`

## Request body

- BindVerifyRemoveDto
  - `message` string, required — Message that needs to be signed by the end user
  - `signature` string, required — EIP-191 compliant signature signed by the Ethereum account address requesting authentication.

## Response `201`

The new profileId that is being generated for this address.

- BindVerifyRemoveResponseDto
  - `profileId` string, required — Unique identifier with a length of 66 characters

---

[API](https://skmtc.net/moralis/apis/auth-api.md) · [All operations](https://skmtc.net/moralis/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moralis/auth-api/revisions/f54aabf6dd91/schema)
