Delete ​Delete

yaml
type: "io.kestra.plugin.azure.storage.table.delete"
yaml
id: azure_storage_table_delete
namespace: company.team

tasks:
  - id: delete
    type: io.kestra.plugin.azure.storage.table.Delete
    endpoint: "https://yourstorageaccount.table.core.windows.net"
    connectionString: "DefaultEndpointsProtocol=...=="
    table: "table_name"
    partitionKey: "color"
    rowKey: "green"
Properties