# Delete a user label Deletes a specific label for the authenticated user. The label is identified by the address path parameter which includes the chain type. Example format: "0xABCDEF1234567890:evm". Endpoint: DELETE /user/labels/{address} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `address` (string, required) The label address with chain type appended using a colon. Example: "0xABCDEF1234567890:evm". ## Response 400 fields (application/json): - `error` (string) Example: "Bad request" ## Response 401 fields (application/json): - `error` (string) Example: "API key missing or invalid" ## Response 200 fields