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

# Delete a secret

`DELETE /deployments/secrets/{id}`

Delete an existing secret

## Path parameters

- `id` string, required — Secret ID or name

## Response `200`

Secret deleted successfully

- object

## Other responses

- `404` — Secret not found
- `500` — Internal server error

---

[API](https://skmtc.net/together/apis/together-apis.md) · [All operations](https://skmtc.net/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/together/together-apis/revisions/468edbdc879c/schema)
