Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DisassociateQualificationFromWorkerRequest

import type { DisassociateQualificationFromWorkerRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface DisassociateQualificationFromWorkerRequest {
QualificationTypeId: string;
Reason?: string | null;
WorkerId: string;
}

§Properties

§
QualificationTypeId: string
[src]

The ID of the Qualification type of the Qualification to be revoked.

§
Reason?: string | null
[src]

A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.

§
WorkerId: string
[src]

The ID of the Worker who possesses the Qualification to be revoked.