# Delete multiple user labels Deletes multiple labels for the authenticated user. The labels query parameter should be a comma-separated list of label identifiers, where each identifier is in the format address:chainType. For example: "0xABCDEF1234567890:evm,bc1qexamplebitcoinaddress:bitcoin". Endpoint: DELETE /user/labels Version: 1.0.0 Security: ApiKeyAuth ## Query parameters: - `labels` (string, required) A comma-separated list of label identifiers to delete. ## 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