Delete
Delete Certified

Delete a file from Azure Blob Storage.

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
Definitions
containerstring
eTagstring
lastModifiedstring
Formatdate-time
namestring
sizeinteger
uristring
Formaturi