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:
mairandomness 2022-02-04 10:13:24 -08:00 committed by GitHub
parent d075258079
commit d2bb013653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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