pub async fn delete_tls_key(
configuration: &mut Configuration,
params: DeleteTlsKeyParams,
) -> Result<(), Error<DeleteTlsKeyError>>
Expand description
Destroy a TLS private key. Only private keys not already matched to any certificates can be deleted.