Delete a pair from a NATS Key/Value bucket.

yaml
type: "io.kestra.plugin.nats.kv.Delete"
yaml
id: nats_kv_delete
namespace: company.team

tasks:
  - id: delete
    type: io.kestra.plugin.nats.kv.Delete
    url: nats://localhost:4222
    username: nats_user
    password: nats_passwd
    bucketName: my_bucket
     keys:
      - key1
      - key2
Properties
Min length 1

The name of the key value bucket.

SubType string

The keys of Key/Value pairs.

Min length 1

URL to connect to NATS server

The format is (nats://)server_url: port. You can also provide a connection token like so: nats://token@server_url: port

Credentials files authentification

Plaintext authentication password

Token authentification

Plaintext authentication username