AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-25 · Documentation low

File: cli/latest/reference/omics/delete-workflow.md

Summary

Updated CLI version and added verification steps after workflow deletion using ListWorkflows and GetWorkflow.

Security assessment

Routine documentation update to improve user verification steps. No security implications identified.

Diff

diff --git a/cli/latest/reference/omics/delete-workflow.md b/cli/latest/reference/omics/delete-workflow.md
index d2a96f3c0..ad5e43420 100644
--- a//cli/latest/reference/omics/delete-workflow.md
+++ b//cli/latest/reference/omics/delete-workflow.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.56 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.59 Command Reference](../../index.html) »
@@ -60 +60,8 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Deletes a workflow.
+Deletes a workflow by specifying its ID. No response is returned if the deletion is successful.
+
+To verify that the workflow is deleted:
+
+  * Use `ListWorkflows` to confirm the workflow no longer appears in the list.
+  * Use `GetWorkflow` to verify the workflow cannot be found.
+
+
@@ -227 +234 @@ None
-  * [AWS CLI 2.27.56 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.59 Command Reference](../../index.html) »