ts-mailcow-api
    Preparing search index...

    Interface DomainDeleteRequest

    Domain delete request.

    interface DomainDeleteRequest {
        domains: string[];
    }
    Index

    Properties

    Properties

    domains: string[]

    List of domains to delete.