ts-mailcow-api
    Preparing search index...

    Interface MailboxTagDeleteRequest

    Mailbox tag deletion request.

    interface MailboxTagDeleteRequest {
        items: string[];
    }
    Index
    items: string[]

    List of tag names to remove from the mailbox.