---
title: "Delete a secret"
method: DELETE
path: "/secrets/{name}"
tags: ["Secrets"]
---

# Delete a secret

`DELETE /secrets/{name}`

## Query parameters

- `workflowId` string — ULID identifier (26-char Crockford base32).
- `orgId` string

## Response `204`

Secret deleted.

## Other responses

- `401` — Missing or invalid bearer token.
- `404` — Resource not found.

---

[API](https://skmtc.net/avaprotocol/apis/ava-protocol-avs-api.md) · [All operations](https://skmtc.net/avaprotocol/apis/ava-protocol-avs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaprotocol/ava-protocol-avs-api/versions/231d563f2c9f/schema)
