Home > LIB_Classification > deleteByIndex
LIB_Classification.deleteByIndex() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
删除指定索引的分类
Signature
typescript
deleteByIndex(classificationIndex: ILIB_ClassificationIndex): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
classificationIndex | 分类索引 |
Returns
Promise<boolean>
操作是否成功