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.valueOutput
Success! Data deleted (if it existed) at: auth/ratls/annotations/example.attestation.valueDetailed Explanation
Use
vhsm nitride annotation listto discover available keys before deletion.After deletion, attempts to read the same key will report it as not found.
Last updated
Was this helpful?