Delete
Delete
yaml
type: "io.kestra.plugin.core.kv.Delete"Examples
yaml
id: kv_store_delete
namespace: company.team
tasks:
- id: kv_delete
type: io.kestra.plugin.core.kv.Delete
key: my_variable
namespace: dev # the current namespace of the flow will be used by default
Properties
key *Requiredstring
errorOnMissing booleanstring
Default
falsenamespace string
Default
{{ flow.namespace }}Outputs
deleted boolean
Default
false