Delete Qualification Type

DELETE /v1/delete-qualification-type

See original API description on Amazon Mechanical Turk.

Headers

Responses

DELETE /v1/delete-qualification-type
curl \
 -X DELETE https://yourcrowd.ai.moda/api/v1/delete-qualification-type \
 -H "Content-Type: application/json" \
 -d '{"QualificationTypeId":"123RVWYBAZW00EXAMPLE"}'
Request example
# Headers
Content-Type: application/json

# Payload
{
  "QualificationTypeId": "123RVWYBAZW00EXAMPLE"
}
Request examples
# Headers
Content-Type: application/json

# Payload
{
  "QualificationTypeId": "123RVWYBAZW00EXAMPLE"
}