mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
Update delete.mdx (#13148)
Adding a note on the parameter necessary for deletion on a key deletion example seems like a good idea. From my limited research I found other people that had trouble finding the relevant part of the documentation. Though I'm not sure this is the best wording or formatting for it.
This commit is contained in:
parent
d075258079
commit
d2bb013653
@ -27,6 +27,9 @@ Uninstall an encryption key in the transit backend:
|
||||
$ vault delete transit/keys/my-key
|
||||
```
|
||||
|
||||
Note: changing the `deletion_allowed` parameter to `true` is necessary for the
|
||||
key to be successfully deleted, you can read more on key parameters [here](/api/secret/transit#update-key-configuration)
|
||||
|
||||
Delete an IAM role:
|
||||
|
||||
```shell-session
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user