Delete a secret from organization vault.
Warning:
Use Cases:
Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
Successful Response
Response for secret operations (NEVER includes actual decrypted value).
This response is returned after creating, updating, or deleting a secret. For security, the actual secret value is NEVER included in API responses. Only the secret name and operation status are returned.
Security:
Fields:
Name of the secret that was operated on. This is the same name provided in the request. Use this name to reference the secret in api_call stage configuration.
"stripe_api_key"
"github_token"
"openai_api_key"
True if this secret was created, null otherwise. Only set for POST /secrets operations.
True if this secret was updated, null otherwise. Only set for PUT /secrets/{name} operations.
True if this secret was deleted, null otherwise. Only set for DELETE /secrets/{name} operations.