Delete​Delete

Delete a KV pair.

yaml
type: "io.kestra.plugin.core.kv.Delete"

Delete a KV pair.

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

The key specifying the value to delete

Default false

Flag specifying whether to fail if there is no value for the given key

Default {{ flow.namespace }}

The namespace to set the value in

Default false

Flag specifying whether the deletion was successful and had a value