# File lib/fog/baremetal/openstack/requests/delete_chassis.rb, line 17
        def delete_chassis(_chassis_uuid)
          response = Excon::Response.new
          response.status = 200
          response
        end