ClassicMailApiDeleteMailboxRequest: {
    mailboxId: number;
    onlineId: number;
    region?: Region;
}

Type declaration

  • mailboxId: number

    The ID of the mailbox to delete.

  • onlineId: number

    The Online hosting ID.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.