post https://example.com/vault/api/v1/secret/destroy/
Permanently removes the specified version data for the provided key and version numbers from the vault.
Log in to see full request history
Responses
204Versions destroyed
Permanently removes the specified version data for the provided key and version numbers from the vault.
204Versions destroyed
xxxxxxxxxx
curl --request POST \
--url https://example.com/vault/api/v1/secret/destroy/path \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!