Delete

Removes one or more constituents from Luminate Online.

Usage

Use this operation to delete one or more Constituent records. Records to be deleted must be uniquely identified by ConsId, MemberId, or PrimaryEmail.

Request Parameters

PartitionId
nonNegativeInteger
The system-generated unique identifier of a constituent partition
Force
boolean
Specify true to override synchronization collisions. Default is false.
Record
Record
A value is required
Multiple values allowed
A constituent record containing at least ConsId, MemberId and PrimaryEmail for identification purposes.

Response Parameters

The response may contain zero or more response elements

ResultCode
RecordResultCode
OK if the operation was successful on the corresponding element in the request, or an appropriate error code otherwise
Message
string
A short readable status message associated with the result code
Record
Record
A constituent record containing at least ConsId, MemberId and PrimaryEmail for identification purposes.

Example SOAP request


<?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>

      

Example SOAP response


<?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>

      

Leave a Comment

Nickname
Comment
Enter this word: