---
title: aclrtDestroyLabelList
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/latest/API/runtimeapi/aclcppdevg_03_1889.html
sourcePath: /source/zh/CANNCommunityEdition/920beta1/API/runtimeapi/aclcppdevg_03_1889.html
indexId: 1458aaf87040d8874af3bd0f2c1d5cf6e08e394879c0d230790e10c7967f43da79
---
# aclrtDestroyLabelList

#### 产品支持情况

| 产品 | 是否支持 |
| --- | --- |
| Ascend 950PR / Ascend 950DT | √ |
| Atlas A3 训练系列产品 / Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品 / Atlas A2 推理系列产品 | √ |
| Atlas 200I/500 A2 推理产品 | √ |
| Atlas 推理系列产品 | √ |
| Atlas 训练系列产品 | √ |


#### 功能说明

销毁标签列表。


#### 函数原型

```
aclError aclrtDestroyLabelList(aclrtLabelList labelList)
```


#### 参数说明

| 参数名 | 输入/输出 | 说明 |
| --- | --- | --- |
| labelList | 输入 | 通过接口创建的标签列表。类型定义请参见aclrtLabelList。 |


#### 返回值说明

返回0表示成功，返回其他值表示失败，请参见aclError。
