# deletingCloudStorageFile

State Resource

This is a State Resource as provided by the tymly-cloudstorage-plugin plugin.

# Purpose

Deletes a cloud storage file

# Usage

# Example

{
  "Deleting": {
    "Type": "Task",
    "Resource": "module:deletingCloudStorageFile",
    "ResourceConfig": {
      "provider": "sharepoint",
      "folderPath": "Shared Documents/General/uploads/${keys.uprn}"
    },
    "Next": "GetSharepointContents"
  }
}

# Options

# Optional properties

# provider

  • Type: string

# remoteFolderRoot

  • Type: string
Last Updated: 9/8/2023, 1:26:23 PM