AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Added PowerShell V5 example for DeleteSigningCertificate operation

Security assessment

Shows credential rotation/revocation process which is security-related but not tied to a specific vulnerability

Diff

diff --git a/code-library/latest/ug/iam_example_iam_DeleteSigningCertificate_section.md b/code-library/latest/ug/iam_example_iam_DeleteSigningCertificate_section.md
index c4674f8ea..c0be3376e 100644
--- a//code-library/latest/ug/iam_example_iam_DeleteSigningCertificate_section.md
+++ b//code-library/latest/ug/iam_example_iam_DeleteSigningCertificate_section.md
@@ -54,0 +55,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example deletes the signing certificate with the ID`Y3EK7RMEXAMPLESV33FCREXAMPLEMJLU` from the IAM user named `Bob`.**
+    
+    
+    Remove-IAMSigningCertificate -UserName Bob -CertificateId Y3EK7RMEXAMPLESV33FCREXAMPLEMJLU
+    
+
+  * For API details, see [DeleteSigningCertificate](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+