AWSCognitoIdentityDeleteIdentitiesInput

Objective-C

@interface AWSCognitoIdentityDeleteIdentitiesInput : AWSRequest

Swift

class AWSCognitoIdentityDeleteIdentitiesInput : AWSRequest

Input to the DeleteIdentities action.

Required parameters: [IdentityIdsToDelete]

  • A list of 1-60 identities that you want to delete.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable identityIdsToDelete;

    Swift

    var identityIdsToDelete: [String]? { get set }