Page tree
Skip to end of metadata
Go to start of metadata

Description

Deletes the landing pages with the specified landing page IDs. It works only if landing pages are inactive.

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:landingpageDeleteMany>
            <landingpageIds>271000009</landingpageIds>
            <landingpageIds>271000010</landingpageIds>
        </ecm:landingpageDeleteMany>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels