Frends.AzureBlobStorage.DeleteBlob / 3.0.0
Summary
Removes one named blob from a container.
Typical use — cleaning up a single file after a handover; use the container delete when the whole container should go
Input parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ContainerName | String |
test-container |
test-container |
Name of the Azure Blob Storage container where the data will be uploaded. Naming: lowercase Valid chars: alphanumeric and dash, but cannot start or end with dash. |
| BlobName | String |
– | TestFile.xml |
Name of the blob to delete. |