
Azure Delete
CertifiedDelete a file from Azure Blob Storage
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.DeleteExamples
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
container *Requiredstring
The blob container.
endpoint *Requiredstring
Service endpoint URL
Base HTTPS endpoint of the target service.
name *Requiredstring
The full blob path on the container.
connectionString string
Connection string of the Storage Account.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
sasToken string
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.
Outputs
blob
The deleted blob
Definitions