Home > LIB_Classification > deleteByUuid
LIB_Classification.deleteByUuid() 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.
删除指定 UUID 的分类
Signature
typescript
deleteByUuid(libraryUuid: string, classificationUuid: string): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
libraryUuid | string | 库 UUID |
classificationUuid | string |
Returns
Promise<boolean>
操作是否成功