/
/HashiCorp Vault API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
auth21
identity105
secrets15
  • getRetrieve the secret at the specified location.
  • postStore a secret at the specified location.
  • deleteDeletes the secret at the specified location.
  • getRead the backend level settings.
  • postConfigure backend level settings that are applied to every key in the key-value store.
  • getWrite, Patch, Read, and Delete data in the Key-Value Store.
  • postWrite, Patch, Read, and Delete data in the Key-Value Store.
  • deleteWrite, Patch, Read, and Delete data in the Key-Value Store.
  • postMarks one or more versions as deleted in the KV store.
  • postPermanently removes one or more versions in the KV store
  • getConfigures settings for the KV store
  • postConfigures settings for the KV store
  • deleteConfigures settings for the KV store
  • getRead the structure of a secret entry from the Key-Value store with the values removed.
  • postUndeletes one or more versions from the KV store.
system166
    secrets

    Marks one or more versions as deleted in the KV store.

    post/secret/delete/{path}

    Request body

    versionsinteger[]

    The versions to be archived. The versioned data will not be deleted, but it will no longer be returned in normal get requests.

    Response

    OK

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.