Permanently deletes a secret from the vault.
cURL
curl --request DELETE \ --url https://v1.api.altostrat.io/workflows/vault/{vaultId} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Enter the JWT token.
The prefixed ID of the vault secret (e.g., vlt_...).
vlt_...
Secret deleted successfully.
Was this page helpful?