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.4/services/cognitoidentityserviceprovider.ts?docs=full";

Represents the request to delete user attributes.

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

§Properties

§
AccessToken: string
[src]

A valid access token that Amazon Cognito issued to the user whose attributes you want to delete.

§
UserAttributeNames: string[]
[src]

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

For custom attributes, you must prependattach the custom: prefix to the front of the attribute name.