Table of Contents

Delete file

Deletes a file from an Azure Files share.

img

Example img

Example above retrieves all files from a share (Get Share Items Info), checks conditions to filter relevant files (Foreach), and safely removes matched file (Delete file).

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.