Delete
Delete an entity on the Azure Storage Table.
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"
Dynamic YES
The blob service endpoint.
Dynamic YES
The partition key of the entity.
Dynamic YES
The row key of the entity.
Dynamic YES
The Azure Storage Table name.
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.