Removes one or more constituents from Luminate Online.
The response may contain zero or more response elements
<?xml version="1.0" encoding="UTF-8" ?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <Session xmlns="urn:soap.convio.com"> <SessionId>4eaace35dae004a4f7d90a8dcae205b1ad5f5756:JSESSIONID=abc5Zdz6hzoWW4FfPx9ds:10000100:1:2009-05-01T18:10:14.932Z</SessionId> </Session> </soap:Header> <soap:Body> <Delete xmlns="urn:soap.convio.com"> <PartitionId>10000103</PartitionId> <Constituent> <ConsId>1001201</ConsId> </Constituent> </Delete> </soap:Body> </soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <DeleteResponse xmlns="urn:soap.convio.com" xmlns:ens="urn:object.soap.convio.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Result> <ResultCode>OK</ResultCode> <Message>User deleted.</Message> <Record xsi:type="ens:Constituent"> <ens:ConsId>1001201</ens:ConsId> <ens:PrimaryEmail>karl@convio.com</ens:PrimaryEmail> </Record> </Result> </DeleteResponse> </soap:Body> </soap:Envelope>