AWS singlesignon documentation change
Summary
Added examples section showing group deletion request/response
Security assessment
The example shows normal API usage for deletion operations. No security vulnerabilities or security features are discussed in the added content.
Diff
diff --git a/singlesignon/latest/IdentityStoreAPIReference/API_DeleteGroup.md b/singlesignon/latest/IdentityStoreAPIReference/API_DeleteGroup.md index 9970f3089..8ea6a72ec 100644 --- a//singlesignon/latest/IdentityStoreAPIReference/API_DeleteGroup.md +++ b//singlesignon/latest/IdentityStoreAPIReference/API_DeleteGroup.md @@ -5 +5 @@ -Request SyntaxRequest ParametersResponse ElementsErrorsSee Also +Request SyntaxRequest ParametersResponse ElementsErrorsExamplesSee Also @@ -9,2 +8,0 @@ Request SyntaxRequest ParametersResponse ElementsErrorsSee Also -Delete a group within an identity store given `GroupId`. - @@ -107,0 +106,21 @@ HTTP Status Code: 400 +## Examples + +### Example + +This example removes the group from the specified identity store. + +#### Sample Request + + + { + "IdentityStoreId": "d-1234567890", + "GroupId": "a1b2c3d4-5678-90ab-cdef-EXAMPLE22222" + } + + +#### Sample Response + + + No response + +