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

DeleteUserAttributesRequest

import type { DeleteUserAttributesRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";

Represents the request to delete user attributes.

interface DeleteUserAttributesRequest {
AccessToken: string;
UserAttributeNames: string[];
}

§Properties

§
AccessToken: string
[src]

The access token used in the request to delete user attributes.

§
UserAttributeNames: string[]
[src]

An array of strings representing the user attribute names you wish to delete.

For custom attributes, you must prepend the custom: prefix to the attribute name.