ts-mailcow-api
    Preparing search index...

    Interface ForwardingDeleteRequest

    Forwarding host deletion payload.

    interface ForwardingDeleteRequest {
        items: string[];
    }
    Index

    Properties

    Properties

    items: string[]

    IPs of the forwarding hosts to delete.