Delete
Azure Key Vault Plugin – Delete Action
Summary (SEO Meta Description):
The Delete Action of the Azure Key Vault Plugin permanently removes a Secret, Key, or Certificate from Azure Key Vault.
Use it to decommission resources that are no longer required and maintain a clean and secure key vault.
Overview
The Delete Action allows your WeHub workflow to securely remove secrets, keys, or certificates from Azure Key Vault.
This is ideal for automating the retirement of outdated credentials or cleaning up after infrastructure changes.
Typical Use Cases:
- Removing expired SSL/TLS certificates
- Cleaning up unused API keys or database credentials
- Automating teardown of test or staging environments
- Enforcing security compliance by removing obsolete secrets
⚙️ Configuration
| Field | Description | Type / Options | 
|---|---|---|
| Label | Custom name for the action | String | 
| Select connection | Choose or create a secure Azure Key Vault connection | Connection | 
| Resource Type | Type of resource to delete | Options: SECRET, KEY, CERTIFICATE | 
FAQ
Q: Is deletion permanent?
A: Yes. Once deleted, the resource cannot be recovered unless a soft-delete policy is enabled in Azure Key Vault.
Q: Does this action support soft-delete?
A: If soft-delete is enabled in your Azure Key Vault configuration, the resource will be recoverable during the retention period set in Azure.
Q: Will WeHub log the secret value?
A: No. WeHub never stores or logs secret contents; deletion is performed securely through Azure APIs.
Keywords: WeHub Azure Key Vault Plugin, Delete Action, Remove Secret, Delete Key, Delete Certificate, Secure Secret Deletion