# File lib/aws/cloud_formation/stack.rb, line 224
      def delete
        client.delete_stack(:stack_name => name)
        nil
      end