iagctl delete secret

Delete a secret.

The iagctl delete secret command deletes a secret from the gateway data store. This operation can’t be undone. Create IAG secret store.

Syntax

$iagctl delete secret <secret-name> [flags]

Examples

The following example deletes a secret called my-secret:

$iagctl delete secret my-secret

Options

$ -h, --help Help for secret

Options inherited from parent commands

$ --profile string Specify the client profile to use (case-insensitive, defaults to [client] section)
$ --config string Path to the configuration file
$ --raw Display the result of the command in raw format
$ --verbose Enable verbose output