ts-mailcow-api
    Preparing search index...

    Interface DeleteRoutingRequest

    Request payload to delete Sender-Dependent Transports or Transport Maps.

    interface DeleteRoutingRequest {
        items: string[];
    }
    Index

    Properties

    Properties

    items: string[]

    List of IDs for the entries to delete.