paws.analytics (version 0.1.0)

mturk_delete_qualification_type: The DeleteQualificationType deletes a Qualification type and deletes any HIT types that are associated with the Qualification type

Description

The DeleteQualificationType deletes a Qualification type and deletes any HIT types that are associated with the Qualification type.

Usage

mturk_delete_qualification_type(QualificationTypeId)

Arguments

QualificationTypeId

[required] The ID of the QualificationType to dispose.

Request syntax

svc$delete_qualification_type(
  QualificationTypeId = "string"
)

Details

This operation does not revoke Qualifications already assigned to Workers because the Qualifications might be needed for active HITs. If there are any pending requests for the Qualification type, Amazon Mechanical Turk rejects those requests. After you delete a Qualification type, you can no longer use it to create HITs or HIT types.

DeleteQualificationType must wait for all the HITs that use the deleted Qualification type to be deleted before completing. It may take up to 48 hours before DeleteQualificationType completes and the unique name of the Qualification type is available for reuse with CreateQualificationType.