Delete a user label
Profiles API
Delete Label
Delete a label from a wallet profile by tag_id, optionally scoped to a specific chain.
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
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
Path Parameters
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
Response
Label deleted. No body; the caller already knows the new state.