---
title: "Delete secret by ID"
method: DELETE
path: "/vault/v1/api/{teamId}/secrets/{secretId}"
tags: ["Vault"]
---

# Delete secret by ID

`DELETE /vault/v1/api/{teamId}/secrets/{secretId}`

Delete a specific vault secret by its ID

## Path parameters

- `teamId` string, required
- `secretId` string, required

## Response `200`

Secret deleted successfully

- ResponseMessage
  - `message` string

---

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