DeleteCustomEmailFolderInput

data class DeleteCustomEmailFolderInput(val emailFolderId: String, val emailAddressId: String)

Input object containing the properties needed to delete a custom email folder.

Constructors

Link copied to clipboard
constructor(emailFolderId: String, emailAddressId: String)

Properties

Link copied to clipboard

String The identifier of the email address associated with the folder.

Link copied to clipboard

String The identifier of the email folder to delete.