AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/iam_example_iam_DeleteServerCertificate_section.md

Summary

Added PowerShell V5 example for DeleteServerCertificate operation

Security assessment

Documents certificate lifecycle management which is security-relevant but doesn't address a specific known issue

Diff

diff --git a/code-library/latest/ug/iam_example_iam_DeleteServerCertificate_section.md b/code-library/latest/ug/iam_example_iam_DeleteServerCertificate_section.md
index f6ca82551..f34f79376 100644
--- a//code-library/latest/ug/iam_example_iam_DeleteServerCertificate_section.md
+++ b//code-library/latest/ug/iam_example_iam_DeleteServerCertificate_section.md
@@ -172,0 +173,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example deletes the server certificate named`MyServerCert`.**
+    
+    
+    Remove-IAMServerCertificate -ServerCertificateName MyServerCert
+    
+
+  * For API details, see [DeleteServerCertificate](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+