IPWorks Cloud 2020 Python Edition

Questions / Feedback?

delete_resource Method

Trashes or permanently deletes a resource.

Syntax

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

Remarks

This method trashes the resource specified by ResourceId. If the resource is already in the trash, it is permanently deleted instead.

To list trashed resources, call list_resources and pass trash for the FolderId method parameter.

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