Delete
yaml
type: "io.kestra.plugin.nats.kv.delete"
Examples
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
bucketName *Requiredstring
Min length
1
keys *Requiredarray
SubType string
url *Requiredstring
Min length
1