Skip to main content

TRekognitionDeleteUserRequest

Class in AWS.Rekognition

DeleteUser request class.

Ancestors

Properties

ClientRequestToken

property ClientRequestToken: string

CollectionId

property CollectionId: string

UserId

property UserId: string

Constructors

Create

constructor Create(const ACollectionId, AUserId: string);

Constructor for TRekognitionDeleteUserRequest.

Parameters

NameDescription
ACollectionIdSpecify the ID of an existing collection to remove user from.
AUserIdSpecify the ID of the user to be deleted.