v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14159484.0 KB

Deletes a workflow and all its versions. This operation permanently removes the workflow and cannot be undone. Amazon Managed Workflows for Apache Airflow Serverless ensures that all associated resources are properly cleaned up, including stopping any running executions, removing scheduled triggers, and cleaning up execution history. The deletion process respects the multi-tenant isolation boundaries and ensures that no residual data or configurations remain that could affect other customers or workflows.

post/#X-Amz-Target=AmazonMWAAServerless.DeleteWorkflow

Headers

X-Amz-Target'AmazonMWAAServerless.DeleteWorkflow' required

Request body

WorkflowArnstring required

The Amazon Resource Name (ARN) of the workflow you want to delete.

WorkflowVersionstring

Optional. The specific version of the workflow to delete. If not specified, all versions of the workflow are deleted.

Response

Success

WorkflowArnstring required

The Amazon Resource Name (ARN) of the deleted workflow.

WorkflowVersionstring

The version of the workflow that was deleted.