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

DeleteWorkteamResponse

import type { DeleteWorkteamResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DeleteWorkteamResponse {
Success: boolean;
}

§Properties

§
Success: boolean
[src]

Returns true if the work team was successfully deleted; otherwise, returns false.