Skip to content

dt kv rm

Overview

Removes data from the KV store

Synopsis

dt kv rm [OPTIONS] <key> 

Options

  • -s, --secure
    Remove encrypted KV pair

  • -e, --environment=<environment>
    Target environment (dev/pre/prod). Only available from system/local.

Arguments

  • key (required)
    Type: String
    Name of the key

Examples

Delete a key and associated value

dt kv rm foo/bar

SEE ALSO

← Back to dt kv