GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Amazon::MechanicalTurk::Command::DeleteHIT(3) User Contributed Perl Documentation Net::Amazon::MechanicalTurk::Command::DeleteHIT(3)

Net::Amazon::MechanicalTurk::Command::DeleteHIT - Attempts to delete a HIT.

    # Deletes a hit by HITId and approves any submitted assignments for the hit.
    $mturk->deleteHIT($hitId, 1);

    # Tries to delete a HIT, but will fail if there are any submitted assignments.
    $mturk->deleteHIT($hitId, 0);

addRetry

Deletes a HIT from MechanicalTurk. In order to delete the HIT, this fuction will first try disposing the hit. If the hit can not be disposed, it will attempt to force expire the hit and then dispose it. If that operation fails and the autoApprove flag is on, then submitted assignments will be approved and another disposal attempt will be made.

Even, if this method fails, the HIT may have been changed. It could have been force expired, but still failed disposal. Assignments may also have been approved, even though the last disposal attempt failed.

2011-11-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.