# File lib/fog/aws/requests/cloud_formation/delete_stack.rb, line 19
        def delete_stack(stack_name)
          request(
            'Action'    => 'DeleteStack',
            'StackName' => stack_name,
            :parser     => Fog::Parsers::AWS::CloudFormation::Basic.new
          )
        end