delete - Delete a key
Synopsis
otdfctl policy kas-registry key unsafe delete [flags]
Description
Unsafe Delete Warning
Deleting a key is a destructive operation. Any existing TDFs encrypted with this key will be rendered inaccessible.
Make sure you know what you are doing.
Example
otdfctl policy kas-keys unsafe delete --id 3c51a593-cbf8-419d-b7dc-b656d0bedfbb --kas-uri https://kas.example.com --key-id "key-1"
Options
-i
,--id <id>
- Sytem given ID of the key (required:
true
)
-
--kas-uri <kas-uri>
- The URI of the KAS instance (required:
true
)
-
--key-id <key-id>
- The ID of the key assigned by the admin (required:
true
)