Delete file from a share
Deletes a file from an Azure Files share.
Example
The example above retrieves all file informations from a share using the Get Share Items Info action. It then iterates over each item using a For each loop. Each file is passed to the Delete file from a share action.
Note: The filtering logic is implemented inside the Foreach action, allowing only the relevant files to proceed to deletion.
Properties
Name | Type | Description |
---|---|---|
Title | Optional | The name of the action. |
Connection | Required | The Azure Files connection to a Share. |
File name | Required | The name and full path to the file to delete. |
Description | Optional | Additional information about the action. |