---
title: "Revoke Secret"
method: DELETE
path: "/api/v1/secrets/{secret_id}"
tags: ["secrets"]
---

# Revoke Secret

`DELETE /api/v1/secrets/{secret_id}`

## Path parameters

- `secret_id` string, required

## Response `200`

Successful Response

- RevokeSecretResponse
  - `secret_id` string, required — Identifier of the secret that was revoked.

---

[API](https://skmtc.dev/trajectory/apis/trajectory-api.md) · [All operations](https://skmtc.dev/trajectory/apis/trajectory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trajectory/trajectory-api/revisions/d930b23b9602/schema)
