Skip to main content

Delete Resource

Permanently deletes a resource from the project.

Category: File & Folder Operations · Group: Files · Activity name: DeleteResource

The DeleteResource activity in the designer

Example

outputVariable = DeleteResource(resourceId="<resourceId>", resourceName="<resourceName>")

Inputs

NameTypeRequiredDefaultDescription
ResourceresourceThe resource to delete. Either this or Resource Name must be provided.
Resource NamestringAlternative to Resource dropdown. Exact name match within the project. Workflows using this will break if the resource is renamed.

Outputs

NameTypeDescription
outputVariablebooleanTrue if the resource was successfully deleted.