delete

Remove an annotation for a given attestation key.

Usage

vhsm nitride annotation delete <key>
  • "key": The exact attestation value to delete (plain text or base64). If it includes reserved URL characters (/, +, =), consider quoting or URL‑encoding when passing it using cURL.

Flags

Example

Delete an annotation

vhsm nitride annotation delete example.attestation.value

Output

Success! Data deleted (if it existed) at: auth/ratls/annotations/example.attestation.value

Note: If the key does not exist, the command still returns success indicating the path was cleared (idempotent).

Detailed Explanation

  • Use vhsm nitride annotation list to discover available keys before deletion.

  • After deletion, attempts to read the same key will report it as not found.

Last updated

Was this helpful?