Deletes a secret from your tenant. The secret is removed immediately — agents spawned after deletion no longer receive it as an environment variable. See profiles and secrets for how secrets are delivered to agents.Documentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
NAME | string | yes | The name of the secret to delete. |
Examples
Delete a secret
Errors
| Code | Meaning | What to do |
|---|---|---|
NOT_FOUND | No secret with that name exists. | Check the name spelling. Use murmur secret ls to see configured secrets. |
INVALID_ARGUMENT | secret name "GH_TOKEN" is reserved and cannot be deleted | GH_TOKEN is provided automatically and cannot be deleted. |
UNAUTHENTICATED | Identity token is missing or expired. | Run murmur auth or check your murmur.local.yaml configuration. |
Related
secret— catalog resource reference- Profiles and secrets — concept overview
murmur secret set— set a secretmurmur secret ls— list secret names