---
title: "Deletes the specified  value of the named secret resource."
method: DELETE
path: "/Resources/Secrets/{secretResourceName}/values/{secretValueResourceName}"
tags: ["MeshSecretValues"]
---

# Deletes the specified  value of the named secret resource.

`DELETE /Resources/Secrets/{secretResourceName}/values/{secretValueResourceName}`

Deletes the secret value resource identified by the name. The name of the resource is typically the version associated with that value. Deletion will fail if the specified value is in use.

## Path parameters

- `secretResourceName` string, required
- `secretValueResourceName` string, required

## Query parameters

- `api-version` '6.4-preview', required

## Response `200`

OK

## Other responses

- `202` — Accepted
- `204` — No Content - the specified secret value was not found.
- `default` — Error

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/versions/6ebed3032b57/schema)
