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

Description

Deletes an existing membership (meaning the user is unsubscribed from the group). This call differs from the unsubscribe method in that the user is not notified about the unsubscription.

Available from

v2

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:membershipDelete>
            <userId>3769713</userId>
            <groupId>385</groupId>
        </ecm:membershipDelete>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels