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

Description

Deletes the landing page with the specified landing page ID. It works only if the landing page is 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:landingpageDelete>
            <landingpageId>271000014</landingpageId>
        </ecm:landingpageDelete>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels