Delete directory
Deletes a directory from an Azure Files share.

Example 
The example above takes a file from storage, reads its JSON content, saves the data to a database, and then deletes the storage folder to keep things tidy. Used actions: 1. Read file from share as byte array 2. Get JSON DataReader 3. Insert rows 4. Delete directory.
Properties
| Name | Required | Description |
|---|---|---|
| Title | No | The name of the action. |
| Connection | Yes | The Azure Files connection to a Share. |
| Directory | Yes | The path to the directory to delete (e.g., /MyFolder). |
| Delete all content | No | If checked, deletes all content within the directory. |
| Raise exception on failure | No | If checked, triggers an exception if the deletion fails. |
| Description | No | Additional information about the action. |