Delete secret
DELETE /tenants/{tenant}/secrets/{name}
DELETE
/tenants/{tenant}/secrets/{name}
Delete a managed secret. This removes the secret definition and stops syncing to all target clusters. The secret values in the vault are not deleted by this API call, and existing synced Kubernetes Secrets are not removed automatically.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
name
required
string
Secret name
Responses
Section titled “ Responses ”Secret deleted
Invalid name
object
error
string
Missing or invalid authentication
object
error
string
Admin access required
object
error
string
Secret not found
object
error
string
Rate limit exceeded
object
error
string