Table of Contents

Delete file from a share

Deletes a file from an Azure Files share.

Delete File From Share

Example 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 Required Description
Title No The name of the action.
Connection Yes The Azure Files connection to a Share.
File name Yes The name and full path to the file to delete.
Description No Additional information about the action.