---
title: "Delete"
method: DELETE
path: "/api/v1/vaults/{id}"
tags: ["Vault"]
---

# Delete

`DELETE /api/v1/vaults/{id}`

Delete a vault by its ID. Active connectors using this vault will no longer be able to access their stored credentials.

## Path parameters

- `id` string, required — The unique identifier of the vault to delete.

## Request body

- C1ApiVaultV1VaultServiceDeleteRequestInput — VaultServiceDeleteRequest is the request message for deleting a vault.

## Response `200`

Empty response body. Status code indicates success.

- C1ApiVaultV1VaultServiceDeleteResponse — Empty response body. Status code indicates success.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/versions/d391405a35d3/schema)
