> ## Documentation Index
> Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Vault Entry

> DELETE /v1/users/:user_id/vault/:key

<RequestExample>
  ```bash theme={"theme":"css-variables"}
  curl -X DELETE https://api.usenaive.ai/v1/users/USER_ID/vault/instantly.api_key \
    -H "Authorization: Bearer $NAIVE_API_KEY"
  ```
</RequestExample>
