in Ruby/mturk_sample_part_two_approve_and_delete_hit.rb [69:75]
def delete_my_hit(hit_id)
puts "Deleting hit with id: #{hit_id}"
@mturk.delete_hit(hit_id: hit_id)
rescue Aws::MTurk::Errors::RequestError => e
puts "DID NOT DELETE: This hit still has unsubmitted assigments."
end