ts-mailcow-api
    Preparing search index...

    Interface RecipientMapDeletionRequest

    Recipient map deletion request.

    interface RecipientMapDeletionRequest {
        items: number[];
    }
    Index

    Properties

    Properties

    items: number[]

    List of IDs of the recipient maps to delete.