delete https://example.com/vault/api/v1/secrets/
Delete a secret.
Log in to see full request history
Responses
200Secret successfully deleted
Delete a secret.
200Secret successfully deleted
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/vault/api/v1/secrets/name \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!