IPWorks Cloud 2020 Python Edition

Questions / Feedback?

delete_resource Method

Deletes the specified file or folder permanently.

Syntax

def delete_resource(resource_id: str) -> None: ...

Remarks

This method deletes the file or folder specified by ResourceId permanently.

Files and folders are not moved to the trash, they are deleted permanently. You can use trash_resource to move files or folders to the trash.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]