~$ aws cloudformation delete-stack --stack-name mystack
 
~$ aws cloudformation describe-stacks \
   --stack-name mystack \
   --output text --query 'Stacks[*].StackStatus'
DELETE_IN_PROGRESS
