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

DeleteFraudsterRequest

import type { DeleteFraudsterRequest } from "https://aws-api.deno.dev/v0.3/services/voiceid.ts?docs=full";
interface DeleteFraudsterRequest {
DomainId: string;
FraudsterId: string;
}

§Properties

§
DomainId: string
[src]

The identifier of the domain containing the fraudster.

§
FraudsterId: string
[src]

The identifier of the fraudster you want to delete.