AWS Security ChangesHomeSearch

AWS singlesignon documentation change

Service: singlesignon · 2025-05-31 · Documentation low

File: singlesignon/latest/IdentityStoreAPIReference/API_DeleteUser.md

Summary

Added examples section for user deletion request/response

Security assessment

The change provides example usage of user deletion API without any references to security issues or security-related configurations.

Diff

diff --git a/singlesignon/latest/IdentityStoreAPIReference/API_DeleteUser.md b/singlesignon/latest/IdentityStoreAPIReference/API_DeleteUser.md
index 59e47a5db..a7b079860 100644
--- a//singlesignon/latest/IdentityStoreAPIReference/API_DeleteUser.md
+++ b//singlesignon/latest/IdentityStoreAPIReference/API_DeleteUser.md
@@ -5 +5 @@
-Request SyntaxRequest ParametersResponse ElementsErrorsSee Also
+Request SyntaxRequest ParametersResponse ElementsErrorsExamplesSee Also
@@ -9,2 +8,0 @@ Request SyntaxRequest ParametersResponse ElementsErrorsSee Also
-Deletes a user within an identity store given `UserId`.
-
@@ -107,0 +106,20 @@ HTTP Status Code: 400
+## Examples
+
+### Example
+
+This example removes the specified user from the identity store.
+
+#### Sample Request
+    
+    
+    {
+        "IdentityStoreId": "d-1234567890",
+        "UserId": "a1b2c3d4-5678-90ab-cdef-EXAMPLE11111"
+    }
+    
+
+#### Sample Response
+    
+    
+    No response
+