Delete Resource
Permanently deletes a resource from the project.
Category: File & Folder Operations · Group: Files · Activity name: DeleteResource

Example
outputVariable = DeleteResource(resourceId="<resourceId>", resourceName="<resourceName>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Resource | resource | The resource to delete. Either this or Resource Name must be provided. | ||
| Resource Name | string | Alternative to Resource dropdown. Exact name match within the project. Workflows using this will break if the resource is renamed. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | boolean | True if the resource was successfully deleted. |