Delete
Delete a file from the 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"
Dynamic
YES
The blob container.
Dynamic
YES
The blob service endpoint.
Dynamic
YES
The full blob path on the container.
Dynamic
YES
Connection string of the Storage Account.
Dynamic
YES
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.
The deleted blob.
Dynamic
NO
Dynamic
NO
Dynamic
NO
Dynamic
NO
Format
uri