<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="PLATFORM-delete-subaccount-rejection-notifications:1" author="asampath">
        <cypherquery>
            <![CDATA[
		MATCH (v:Vendor{vendorId:21899})-[:OWNS]->(s:SubAccount)
		  <-[r:HAS_FOLLOWED_EMAIL_NOTIFICATION_REJECTION]-(p:Profile{profileType:'LabelProfile'})
                WITH COLLECT(DISTINCT r) as rels
                FOREACH(rr IN rels | DELETE rr)
		    ]]>
        </cypherquery>
    </changeset>
</changelog>
