rwx vaults vars delete

Delete a var from a vault.

Usage

rwx vaults vars delete <NAME> [flags]

Arguments

<NAME> (required)

The name of the var to delete.

Options

--vault <name>

The name of the vault to delete the var from. Defaults to default.

-y, --yes

Skip the confirmation prompt.

Global options

--format <format>

Output format: text or json. Defaults to text.

--json

Output JSON data to stdout. Equivalent to --format json.

--access-token <token>

The access token for RWX. Defaults to the value of the $RWX_ACCESS_TOKEN environment variable.