ts-mailcow-api
    Preparing search index...

    Interface DeleteTlsPolicyMapRequest

    Request payload to delete one or more TLS Policy Maps.

    interface DeleteTlsPolicyMapRequest {
        items: string[];
    }
    Index

    Properties

    Properties

    items: string[]

    List of TLS policy map IDs you want to delete.