Interface DeleteCustomEmailFolderInput

Input for SudoEmailClient.DeleteCustomEmailFolder.

DeleteCustomEmailFolderInput

interface DeleteCustomEmailFolderInput {
    emailAddressId: string;
    emailFolderId: string;
}

Properties

emailAddressId: string

The identifier of the email address associated with the folder.

emailFolderId: string

The identifier of the email folder to delete.