Destroy Stack
When you destroy an AWS stack you completely delete the CloudFormation stack along with all the AWS resources it manages.
Using the CDK4J maven plugin enables you to destroy a stack by executing mvn cdk4j:destroy.
The deletion is handled in an orderly way, respecting dependencies between resources. After the stack is destroyed, the resources cease to exist, and you are no longer charged for them.
⚠️
This action is irreversible—once destroyed, resources and their data cannot be recovered unless separately backed up.