Skip to main content
DELETE
Delete a user label
This endpoint tombstones the label at the current server time. To record a removal at a past point in time (for example, when importing a label’s history), use Add Labels with _is_deleted: 1 and a past timestamp instead.

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. Accepts an EVM (0x...) or Solana address, or an ENS name (e.g. vitalik.eth) which is resolved to an address.

Body

application/json
tag_id
string
required

Label identifier to delete

chain_id
string

Optional chain identifier to scope the deletion

Response

Label deleted. No body; the caller already knows the new state.