delete systemapi tag

Signed-off-by: yangbo <yangbo258@h-partners.com>
This commit is contained in:
yangbo 2022-10-13 09:46:12 +08:00
parent de6c38a324
commit 143fbc8532

View File

@ -740,7 +740,6 @@ declare namespace userFileManager {
* @param uri Uri of asset
* @param callback No value returned
* @throws {BusinessError} 13900020 - if type uri is not string
* @systemapi
*/
delete(uri: string, callback: AsyncCallback<void>): void;
/**