Skip to main content
DELETE
/
v0
/
profiles
/
{address}
/
labels
Delete Label
curl --request DELETE \
  --url https://api.formo.so/v0/profiles/{address}/labels \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tag_id": "<string>",
  "chain_id": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.

Path Parameters

address
string
required

Wallet address (EVM 0x... or Solana base58)

Body

application/json
tag_id
string
required

Label identifier to delete

chain_id
string

Optional chain identifier to scope the deletion

Response

Label deleted

success
boolean