Azure Delete

Azure Delete

Certified

Delete a file from Azure Blob Storage

Delete a file from Azure Blob Storage using the Azure SDK.

yaml
type: io.kestra.plugin.azure.storage.blob.Delete
yaml
id: azure_storage_blob_delete
namespace: company.team

tasks:
  - id: delete
    type: io.kestra.plugin.azure.storage.blob.Delete
    endpoint: "https://yourblob.blob.core.windows.net"
    connectionString: "DefaultEndpointsProtocol=...=="
    container: "mydata"
    name: "myblob"
Properties

The blob container.

Service endpoint URL

Base HTTPS endpoint of the target service.

The full blob path on the container.

Connection string of the Storage Account.

Reference (ref) of the pluginDefaults to apply to this task.

The SAS token to use for authenticating requests.

This string should only be the query parameters (with or without a leading '?') and not a full URL.

Shared Key access key for authenticating requests.

Shared Key account name for authenticating requests.

The deleted blob

Definitions
containerstring
eTagstring
lastModifiedstring
Formatdate-time
namestring
sizeinteger
uristring
Formaturi