Azure Blob

Delete blob

Delete a blob.

Inputs

Field

Type

Description

deleteSnapshots

enum

Required if the blob has associated snapshots. Include deletes the base blob and all of its snapshots, whereas Only deletes just the snapshots. Defaults to include. Allowed enum values: include,only

default: include

storageAccount [required]

string

The name of the storage account.

containerName [required]

string

The name of the container.

blobName [required]

string

The name of the blob to retrieve.

Outputs

Field

Type

Description

requestId

string

The request ID uniquely identifies the request with Azure. This can be used to troubleshoot the request.