---
title: "Request to remove bind of an address from a profile"
method: POST
path: "/bind/remove"
tags: ["Bind"]
---

# Request to remove bind of an address from a profile

`POST /bind/remove`

## Request body

- BindRemoveDto
  - `blockchainType` 'evm' | 'solana' | 'aptos', required — The chain in which the address belongs to
  - `address` string, required — Address performing the signing conformant to capitalization encoded checksum specified in EIP-55 where applicable.
  - `publicKey` string — Public key performing the signing conformant. (This is only needed for Aptos address)
  - `profileId` string, required — Unique identifier with a length of 66 characters

## Response `201`

The messages that is required to be signed by each of the address

- BindRemoveResponseDto
  - `message` string, required — Message that needs to be signed by the end user

---

[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/versions/f54aabf6dd91/schema)
